diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-20 13:15:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-20 13:15:01 +0200 |
commit | 55979eb18de12e5a75e2bc773192232e215d933c (patch) | |
tree | 281897fdaaf97bc33e1c68a7da631366f130228a /doc/info/libkeccak.texinfo | |
parent | work around regression in texinfo (diff) | |
download | libkeccak-55979eb18de12e5a75e2bc773192232e215d933c.tar.gz libkeccak-55979eb18de12e5a75e2bc773192232e215d933c.tar.bz2 libkeccak-55979eb18de12e5a75e2bc773192232e215d933c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/libkeccak.texinfo')
-rw-r--r-- | doc/info/libkeccak.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/libkeccak.texinfo b/doc/info/libkeccak.texinfo index 4eae1f3..226a9d8 100644 --- a/doc/info/libkeccak.texinfo +++ b/doc/info/libkeccak.texinfo @@ -512,10 +512,10 @@ phase. Neither of these function have a return value, and their first parameter is a pointer to the state. @table @code @item libkeccak_simple_squeeze -Perform a number of additional rounds of @sc{Keccak}--@i{f}. +Perform a number of additional rounds of @w{@sc{Keccak}--@i{f}}. The number of rounds is specified in the second parameter. @item libkeccak_fast_squeeze -Perform a number of additional rounds of @sc{Keccak}--@i{f}. +Perform a number of additional rounds of @w{@sc{Keccak}--@i{f}}. The number will be exactly enough to get a number of additional digests. The number of digests is specified in the second parameter. @item libkeccak_squeeze |