We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2435e8 commit 4d707a4Copy full SHA for 4d707a4
crypto/ahash.c
@@ -2,8 +2,12 @@
2
/*
3
* Asynchronous Cryptographic Hash operations.
4
*
5
- * This is the asynchronous version of hash.c with notification of
6
- * completion via a callback.
+ * This is the implementation of the ahash (asynchronous hash) API. It differs
+ * from shash (synchronous hash) in that ahash supports asynchronous operations,
7
+ * and it hashes data from scatterlists instead of virtually addressed buffers.
8
+ *
9
+ * The ahash API provides access to both ahash and shash algorithms. The shash
10
+ * API only provides access to shash algorithms.
11
12
* Copyright (c) 2008 Loc Ho <[email protected]>
13
*/
0 commit comments