From 83419c6ca564d67a850d9373ed9be5bf15c081d3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 4 Nov 2014 04:44:29 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libkeccak/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3-70-g09d2