mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 14:11:40 -06:00
4.25 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
47f4915611
commit
af1fe52701
@@ -138,7 +138,7 @@ void SHA256::WriteByteBlock()
|
||||
Transform(m_digest, data32);
|
||||
}
|
||||
|
||||
void SHA256::Update(const Byte *data, UInt32 size)
|
||||
void SHA256::Update(const Byte *data, size_t size)
|
||||
{
|
||||
UInt32 curBufferPos = UInt32(m_count) & 0x3F;
|
||||
while (size > 0)
|
||||
|
||||
Reference in New Issue
Block a user