mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 20:08:26 -06:00
Update RIPEMD160 implementation in Windows Bootloaded to benefit from the compiler 32-bit integer
This commit is contained in:
@@ -16,7 +16,7 @@ typedef struct RMD160Context
|
||||
#ifndef TC_WINDOWS_BOOT
|
||||
uint64 count;
|
||||
#else
|
||||
uint16 count;
|
||||
uint32 count;
|
||||
#endif
|
||||
unsigned char buffer[RIPEMD160_BLOCK_LENGTH];
|
||||
} RMD160_CTX;
|
||||
|
||||
Reference in New Issue
Block a user