mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 14:11:53 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
@@ -1,5 +1,5 @@
|
||||
// Sha1.h
|
||||
// This file is based on public domain
|
||||
// This file is based on public domain
|
||||
// Steve Reid and Wei Dai's code from Crypto++
|
||||
|
||||
#ifndef __SHA1_H
|
||||
@@ -26,9 +26,9 @@ class CContextBase
|
||||
protected:
|
||||
UInt32 _state[5];
|
||||
UInt64 _count;
|
||||
void UpdateBlock(UInt32 *data, bool returnRes = false)
|
||||
{
|
||||
GetBlockDigest(data, _state, returnRes);
|
||||
void UpdateBlock(UInt32 *data, bool returnRes = false)
|
||||
{
|
||||
GetBlockDigest(data, _state, returnRes);
|
||||
_count++;
|
||||
}
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user