diff options
Diffstat (limited to 'doc/info')
-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 |