From 0cc23fc60374512b3c4be888d98a7dbdd3a0c931 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Wed, 26 Oct 2022 15:55:29 +0300 Subject: Fix typo in comment SHA256->SHA512 --- src/crypto/sha512.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3