1
0
Fork 0

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>
hifive-unleashed-5.1
Baruch Siach 2016-11-30 15:16:10 +02:00 committed by Herbert Xu
parent 450a6c30ef
commit 8eea134c37
1 changed files with 0 additions and 3 deletions

View File

@ -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 subject to block size requirements (i.e., non-stream ciphers can only
process multiples of blocks). 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: Here's an example of how to use the API:
#include <crypto/hash.h> #include <crypto/hash.h>