mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-10 20:53:50 +01:00
Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
This commit is contained in:
@@ -68,7 +68,7 @@ void ChaCha20Aligned::SetIV(uint64_t iv)
|
||||
input[15] = iv >> 32;
|
||||
}
|
||||
|
||||
void ChaCha20Aligned::Seek(uint64_t pos)
|
||||
void ChaCha20Aligned::Seek64(uint64_t pos)
|
||||
{
|
||||
input[12] = pos;
|
||||
input[13] = pos >> 32;
|
||||
|
||||
Reference in New Issue
Block a user