diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-06 18:23:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-06 18:23:39 +0200 |
commit | 29c6c15d4442bcb0d7a053c43d33694e3784af82 (patch) | |
tree | 97f080d7021e062c9aae0a7421a0f9f976173590 /doc/man/libkeccak_state_destroy.3 | |
parent | add libkeccak_state_destroy.3 and libkeccak_state_fast_destroy.3 (diff) | |
download | libkeccak-29c6c15d4442bcb0d7a053c43d33694e3784af82.tar.gz libkeccak-29c6c15d4442bcb0d7a053c43d33694e3784af82.tar.bz2 libkeccak-29c6c15d4442bcb0d7a053c43d33694e3784af82.tar.xz |
add libkeccak_state_wipe.3, libkeccak_state_wipe_sponge.3, and libkeccak_state_wipe_message.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/man/libkeccak_state_destroy.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/libkeccak_state_destroy.3 b/doc/man/libkeccak_state_destroy.3 index 9ea81fa..d3ec35f 100644 --- a/doc/man/libkeccak_state_destroy.3 +++ b/doc/man/libkeccak_state_destroy.3 @@ -30,7 +30,8 @@ function cannot fail. .SH SEE ALSO .BR libkeccak_state_fast_destroy (3), .BR libkeccak_state_initialise (3), -.BR libkeccak_state_reset (3) +.BR libkeccak_state_reset (3), +.BR libkeccak_state_wipe (3) .SH AUTHORS Principal author, Mattias Andrée. See the LICENSE file for the full list of authors. |