mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-20 03:44:15 +08:00
Update DIGEST_MAX_BLOCK_SIZE to support SHA-3
This commit is contained in:
@@ -33,7 +33,7 @@ typedef struct DIGEST_CTX DIGEST_CTX;
|
||||
|
||||
|
||||
#define DIGEST_MAX_SIZE 64
|
||||
#define DIGEST_MAX_BLOCK_SIZE (1024/8)
|
||||
#define DIGEST_MAX_BLOCK_SIZE 144 // SHA3-224
|
||||
|
||||
|
||||
struct DIGEST_CTX {
|
||||
|
||||
Reference in New Issue
Block a user