diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libkeccak/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libkeccak/state.h b/src/libkeccak/state.h index 00d8af7..9d6be5c 100644 --- a/src/libkeccak/state.h +++ b/src/libkeccak/state.h @@ -32,7 +32,7 @@ /** * Satastructure that describes the state of a hashing process * - * The `char`-size of the output hashsum is calculated by `(.n + 7) >> 3` + * The `char`-size of the output hashsum is calculated by `(.n + 7) / 8` */ typedef struct libkeccak_state { |