diff options
Diffstat (limited to 'src/hash/sha2/sha2_64.h')
-rw-r--r-- | src/hash/sha2/sha2_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha2/sha2_64.h b/src/hash/sha2/sha2_64.h index 9cd79ae1b..51efb455b 100644 --- a/src/hash/sha2/sha2_64.h +++ b/src/hash/sha2/sha2_64.h @@ -23,7 +23,7 @@ class BOTAN_DLL SHA_384_512_BASE : public MDx_HashFunction SecureBuffer<u64bit, 8> digest; private: - void hash(const byte[]); + void compress_n(const byte[], u32bit blocks); void copy_out(byte[]); SecureBuffer<u64bit, 80> W; |