aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha512.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha512.cpp')
-rw-r--r--src/crypto/sha512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha512.cpp b/src/crypto/sha512.cpp
index 85a7bbcb53..59b79609dd 100644
--- a/src/crypto/sha512.cpp
+++ b/src/crypto/sha512.cpp
@@ -30,7 +30,7 @@ void inline Round(uint64_t a, uint64_t b, uint64_t c, uint64_t& d, uint64_t e, u
h = t1 + t2;
}
-/** Initialize SHA-256 state. */
+/** Initialize SHA-512 state. */
void inline Initialize(uint64_t* s)
{
s[0] = 0x6a09e667f3bcc908ull;