aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-04 04:44:29 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-04 04:44:29 +0100
commit83419c6ca564d67a850d9373ed9be5bf15c081d3 (patch)
tree58b7a8988324a6f372c618651ae39cbde4f96666 /src
parentadd hex.c (diff)
downloadlibkeccak-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.h2
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
{