mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Fix typo in comment SHA256->SHA512
This commit is contained in:
parent
69b10212ea
commit
0cc23fc603
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
h = t1 + t2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Initialize SHA-256 state. */
|
/** Initialize SHA-512 state. */
|
||||||
void inline Initialize(uint64_t* s)
|
void inline Initialize(uint64_t* s)
|
||||||
{
|
{
|
||||||
s[0] = 0x6a09e667f3bcc908ull;
|
s[0] = 0x6a09e667f3bcc908ull;
|
||||||
|
|
Loading…
Reference in a new issue