diff options
Diffstat (limited to 'libkeccak_fast_squeeze.3')
-rw-r--r-- | libkeccak_fast_squeeze.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_fast_squeeze.3 b/libkeccak_fast_squeeze.3 index 393e264..c575eef 100644 --- a/libkeccak_fast_squeeze.3 +++ b/libkeccak_fast_squeeze.3 @@ -5,7 +5,7 @@ libkeccak_fast_squeeze - Runs the squeeze phase a number of times .nf #include <libkeccak.h> -void libkeccak_fast_squeeze(libkeccak_state_t *\fIstate\fP, long int \fItimes\fP); +void libkeccak_fast_squeeze(struct libkeccak_state *\fIstate\fP, long int \fItimes\fP); .fi .PP Link with |