mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
3b72c814a8
With the conversion of the kernel crypto API DocBook to Sphinx, the monolithic document is broken up into individual documents. The documentation is unchanged with the exception of a slight reordering to keep the individual document parts self-contained. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
25 lines
482 B
ReStructuredText
25 lines
482 B
ReStructuredText
=======================
|
|
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
|