diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-04 04:44:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-04 04:44:29 +0100 |
commit | 83419c6ca564d67a850d9373ed9be5bf15c081d3 (patch) | |
tree | 58b7a8988324a6f372c618651ae39cbde4f96666 /src | |
parent | add hex.c (diff) | |
download | libkeccak-83419c6ca564d67a850d9373ed9be5bf15c081d3.tar.gz libkeccak-83419c6ca564d67a850d9373ed9be5bf15c081d3.tar.bz2 libkeccak-83419c6ca564d67a850d9373ed9be5bf15c081d3.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 { |