aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_fast_digest.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-24 21:24:00 +0100
committerMattias Andrée <maandree@kth.se>2021-12-24 21:24:00 +0100
commite974f623f88c3f38209117408c6db9cdb9d7c080 (patch)
tree5b544fcf23462e5a3ae0d6105086f6017333fcf8 /libkeccak_fast_digest.3
parentUpdate library version number (diff)
downloadlibkeccak-e974f623f88c3f38209117408c6db9cdb9d7c080.tar.gz
libkeccak-e974f623f88c3f38209117408c6db9cdb9d7c080.tar.bz2
libkeccak-e974f623f88c3f38209117408c6db9cdb9d7c080.tar.xz
Add man pages for zero-copy functions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libkeccak_fast_digest.3')
-rw-r--r--libkeccak_fast_digest.39
1 files changed, 6 insertions, 3 deletions
diff --git a/libkeccak_fast_digest.3 b/libkeccak_fast_digest.3
index 149b023..3c1d28c 100644
--- a/libkeccak_fast_digest.3
+++ b/libkeccak_fast_digest.3
@@ -23,9 +23,10 @@ parameter, and its byte-size is specified by the
.I msglen
parameter. If all of the message has already be processed
by calls to the
-.BR libkeccak_update (3)
-function or the
-.BR libkeccak_fast_update (3)
+.BR libkeccak_update (3),
+.BR libkeccak_fast_update (3),
+or
+.BR libkeccak_zerocopy_update (3)
function (with the same pointer on
.IR state ,)
.I msg
@@ -134,8 +135,10 @@ libkeccak_state_fast_destroy(&state);
.SH SEE ALSO
.BR libkeccak_state_initialise (3),
.BR libkeccak_fast_update (3),
+.BR libkeccak_zerocopy_update (3),
.BR libkeccak_update (3),
.BR libkeccak_digest (3),
+.BR libkeccak_zerocopy_digest (3),
.BR libkeccak_simple_squeeze (3),
.BR libkeccak_fast_squeeze (3),
.BR libkeccak_squeeze (3)