Skip to content

Commit

Permalink
crypt: doc - remove misleading mention of async API
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Baruch Siach authored and Herbert Xu committed Dec 1, 2016
1 parent 450a6c3 commit 8eea134
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Documentation/crypto/api-intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8eea134

Please sign in to comment.