mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 04:07:12 -06:00
21.02
This commit is contained in:
@@ -15,6 +15,7 @@ namespace NZlib {
|
||||
#define ADLER_MOD 65521
|
||||
#define ADLER_LOOP_MAX 5550
|
||||
|
||||
UInt32 Adler32_Update(UInt32 adler, const Byte *buf, size_t size);
|
||||
UInt32 Adler32_Update(UInt32 adler, const Byte *buf, size_t size)
|
||||
{
|
||||
UInt32 a = adler & 0xFFFF;
|
||||
|
||||
Reference in New Issue
Block a user