diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-10-21 04:58:20 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-13 16:38:06 -0700 |
commit | 8d23da22ac33be784451fb005cde300c09cdb19d (patch) | |
tree | ab2c7d35e7020be5e88a740760a205d057d9ab91 /Documentation/crypto/api.rst | |
parent | c30c98d174e5ecbb5d70c7c92846d4d884f8b38a (diff) |
crypto: doc - add KPP documentation
Add the KPP API documentation to the kernel crypto API Sphinx
documentation. This addition includes the documentation of the
ECDH and DH helpers which are needed to create the approrpiate input
data for the crypto_kpp_set_secret function.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/crypto/api.rst')
-rw-r--r-- | Documentation/crypto/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/crypto/api.rst b/Documentation/crypto/api.rst index f2bbeb0fe9aa..2e519193ab4a 100644 --- a/Documentation/crypto/api.rst +++ b/Documentation/crypto/api.rst @@ -22,3 +22,4 @@ the IV. Different IV generators are available. api-digest api-rng api-akcipher + api-kpp |