diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-06 17:22:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-06 17:23:09 +0200 |
commit | 88a85159c9c5cbd5939c9e82d88db51e2e4c81b3 (patch) | |
tree | 26410871247093f553b19857d13efa254101f067 /doc/man/libkeccak_state_reset.3 | |
parent | m + add libkeccak_state_initialise.3 (diff) | |
download | libkeccak-88a85159c9c5cbd5939c9e82d88db51e2e4c81b3.tar.gz libkeccak-88a85159c9c5cbd5939c9e82d88db51e2e4c81b3.tar.bz2 libkeccak-88a85159c9c5cbd5939c9e82d88db51e2e4c81b3.tar.xz |
add libkeccak_state_reset.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/man/libkeccak_state_reset.3')
-rw-r--r-- | doc/man/libkeccak_state_reset.3 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/man/libkeccak_state_reset.3 b/doc/man/libkeccak_state_reset.3 new file mode 100644 index 0000000..c44a83f --- /dev/null +++ b/doc/man/libkeccak_state_reset.3 @@ -0,0 +1,33 @@ +.TH LIBKECCAK_STATE_RESET 3 LIBKECCAK-%VERSION% +.SH NAME +libkeccak_state_reset - Reinitialise hash state +.SH SYNOPSIS +.LP +.nf +#include <libkeccak.h> +.P +void libkeccak_state_reset(libkeccak_state_t *\fIstate\fP); +.fi +.P +Link with \fI-lkeccak\fP. +.SH DESCRIPTION +The +.BR libkeccak_state_reset () +reinitialises \fI*state\fP, but keeps the tuning, so it +can be used to hash another message. +.SH RETURN VALUES +The +.BR libkeccak_state_reset () +function does not return any value. +.SH ERRORS +The +.BR libkeccak_state_reset () +function cannot fail. +.SH SEE ALSO +.BR libkeccak_state_initialise (3) +.SH AUTHORS +Principal author, Mattias Andrée. See the LICENSE file for the full +list of authors. +.SH BUGS +Please report bugs to https://github.com/maandree/libkeccak/issues or to +maandree@member.fsf.org |