Skip to content

Commit 0cc23fc

Browse files
authored
Fix typo in comment SHA256->SHA512
1 parent 69b1021 commit 0cc23fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/sha512.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void inline Round(uint64_t a, uint64_t b, uint64_t c, uint64_t& d, uint64_t e, u
3030
h = t1 + t2;
3131
}
3232

33-
/** Initialize SHA-256 state. */
33+
/** Initialize SHA-512 state. */
3434
void inline Initialize(uint64_t* s)
3535
{
3636
s[0] = 0x6a09e667f3bcc908ull;

0 commit comments

Comments
 (0)