diff options
Diffstat (limited to 'src/crypto/sha512.h')
-rw-r--r-- | src/crypto/sha512.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha512.h b/src/crypto/sha512.h index f1f17caf90..614681fae2 100644 --- a/src/crypto/sha512.h +++ b/src/crypto/sha512.h @@ -14,7 +14,7 @@ class CSHA512 private: uint64_t s[8]; unsigned char buf[128]; - size_t bytes; + uint64_t bytes; public: static const size_t OUTPUT_SIZE = 64; |