crypt: doc - remove misleading mention of async API
authorBaruch Siach <baruch@tkos.co.il>
Wed, 30 Nov 2016 13:16:10 +0000 (15:16 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Dec 2016 13:06:34 +0000 (21:06 +0800)
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>
Documentation/crypto/api-intro.txt

index 96bd46033d28c77c51828a41c2fd6eab989344ae..45d943fcae5b72ade50624a768b9dd8f67555247 100644 (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
 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>