mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Added missing WINPR_*_DIGEST_LENGTH definitions.
This commit is contained in:
@@ -629,7 +629,17 @@ BOOL CryptBinaryToStringA(CONST BYTE* pbBinary, DWORD cbBinary, DWORD dwFlags, L
|
||||
#define WINPR_MD4_DIGEST_LENGTH 16
|
||||
#define WINPR_MD5_DIGEST_LENGTH 16
|
||||
#define WINPR_SHA1_DIGEST_LENGTH 20
|
||||
#define WINPR_SHA224_DIGEST_LENGTH 28
|
||||
#define WINPR_SHA256_DIGEST_LENGTH 32
|
||||
#define WINPR_SHA384_DIGEST_LENGTH 48
|
||||
#define WINPR_SHA512_DIGEST_LENGTH 64
|
||||
#define WINPR_RIPEMD160_DIGEST_LENGTH 20
|
||||
#define WINPR_SHA3_224_DIGEST_LENGTH 28
|
||||
#define WINPR_SHA3_256_DIGEST_LENGTH 32
|
||||
#define WINPR_SHA3_384_DIGEST_LENGTH 48
|
||||
#define WINPR_SHA3_512_DIGEST_LENGTH 64
|
||||
#define WINPR_SHAKE128_DIGEST_LENGTH 16
|
||||
#define WINPR_SHAKE256_DIGEST_LENGTH 32
|
||||
|
||||
/**
|
||||
* HMAC
|
||||
|
||||
Reference in New Issue
Block a user