diff options
author | Mattias Andrée <maandree@kth.se> | 2017-02-10 18:08:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-02-10 18:08:01 +0100 |
commit | 94202542da16dc4d3b0f9b6fdf951a590d4075b1 (patch) | |
tree | 5585cc5da7472d3605a55c528b326d96f0f71dda /doc/man/libkeccak_squeeze.3 | |
parent | makefile: install man pages (diff) | |
download | libkeccak-94202542da16dc4d3b0f9b6fdf951a590d4075b1.tar.gz libkeccak-94202542da16dc4d3b0f9b6fdf951a590d4075b1.tar.bz2 libkeccak-94202542da16dc4d3b0f9b6fdf951a590d4075b1.tar.xz |
m + add examples to info manual1.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man/libkeccak_squeeze.3')
-rw-r--r-- | doc/man/libkeccak_squeeze.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_squeeze.3 b/doc/man/libkeccak_squeeze.3 index eafbc65..c6c8d01 100644 --- a/doc/man/libkeccak_squeeze.3 +++ b/doc/man/libkeccak_squeeze.3 @@ -27,7 +27,7 @@ has the same requirement as for the and .BR libkeccak_fast_digest (3) functions: it must have an allocation size of at least -.RI (( Istate->n +.RI (( state->n + 7) / 8) bytes. However, it may not be .IR NULL . .SH RETURN VALUES |