]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - Documentation/crypto/index.rst
Merge tag 'docs-4.10-2' of git://git.lwn.net/linux
[mirror_ubuntu-zesty-kernel.git] / Documentation / crypto / index.rst
diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst
new file mode 100644 (file)
index 0000000..94c4786
--- /dev/null
@@ -0,0 +1,24 @@
+=======================
+Linux Kernel Crypto API
+=======================
+
+:Author: Stephan Mueller
+:Author: Marek Vasut
+
+This documentation outlines the Linux kernel crypto API with its
+concepts, details about developing cipher implementations, employment of the API
+for cryptographic use cases, as well as programming examples.
+
+.. class:: toc-title
+
+          Table of contents
+
+.. toctree::
+   :maxdepth: 2
+
+   intro
+   architecture
+   devel-algos
+   userspace-if
+   api
+   api-samples