diff options
Diffstat (limited to 'src/hash/bmw/bmw_512.cpp')
-rw-r--r-- | src/hash/bmw/bmw_512.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/bmw/bmw_512.cpp b/src/hash/bmw/bmw_512.cpp index 3999cb95c..40338fdf0 100644 --- a/src/hash/bmw/bmw_512.cpp +++ b/src/hash/bmw/bmw_512.cpp @@ -147,7 +147,7 @@ void BMW_512::compress_n(const byte input[], size_t blocks) BMW_512_compress(&H[0], &M[0], &Q[0]); - input += HASH_BLOCK_SIZE; + input += hash_block_size(); } } |