diff options
author | Mattias Andrée <maandree@kth.se> | 2021-12-24 21:24:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-12-24 21:24:00 +0100 |
commit | e974f623f88c3f38209117408c6db9cdb9d7c080 (patch) | |
tree | 5b544fcf23462e5a3ae0d6105086f6017333fcf8 /libkeccak_state_initialise.3 | |
parent | Update library version number (diff) | |
download | libkeccak-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 '')
-rw-r--r-- | libkeccak_state_initialise.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkeccak_state_initialise.3 b/libkeccak_state_initialise.3 index 84d6ae9..a2ccffd 100644 --- a/libkeccak_state_initialise.3 +++ b/libkeccak_state_initialise.3 @@ -37,8 +37,10 @@ function may fail for any specified for the function .BR libkeccak_state_fast_destroy (3), .BR libkeccak_state_copy (3), .BR libkeccak_fast_update (3), +.BR libkeccak_zerocopy_update (3), .BR libkeccak_update (3), .BR libkeccak_fast_digest (3), +.BR libkeccak_zerocopy_digest (3), .BR libkeccak_digest (3), .BR libkeccak_generalised_sum_fd (3), .BR libkeccak_keccaksum_fd (3), |