diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-30 15:16:10 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-12-01 21:06:34 +0800 |
commit | 8eea134c3787c731223f0f88ae35874ab06232d4 (patch) | |
tree | 186e6832d57f880f331eea83b8cca38d1d54a0bf /Documentation/crypto/api-intro.txt | |
parent | 450a6c30ef3bbedcb4af3d9eab0df24929d5db4a (diff) | |
download | op-kernel-dev-8eea134c3787c731223f0f88ae35874ab06232d4.zip op-kernel-dev-8eea134c3787c731223f0f88ae35874ab06232d4.tar.gz |
crypt: doc - remove misleading mention of async API
The asynchronous API is quite mature. Not mentioning is at all is probably
better than saying it is under development.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/crypto/api-intro.txt')
-rw-r--r-- | Documentation/crypto/api-intro.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt index 96bd460..45d943f 100644 --- a/Documentation/crypto/api-intro.txt +++ b/Documentation/crypto/api-intro.txt @@ -44,9 +44,6 @@ one block while the former can operate on an arbitrary amount of data, subject to block size requirements (i.e., non-stream ciphers can only process multiples of blocks). -Support for hardware crypto devices via an asynchronous interface is -under development. - Here's an example of how to use the API: #include <crypto/hash.h> |