aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/blake2s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/blake2s.h')
-rw-r--r--src/crypto/blake2s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/blake2s.h b/src/crypto/blake2s.h
index 6b2242f..e8d2908 100644
--- a/src/crypto/blake2s.h
+++ b/src/crypto/blake2s.h
@@ -15,7 +15,7 @@ struct blake2s_state {
u32 h[8];
u32 t[2];
u32 f[2];
- u8 buf[2 * BLAKE2S_BLOCKBYTES];
+ u8 buf[BLAKE2S_BLOCKBYTES];
size_t buflen;
u8 last_node;
};