mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +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_SIZE 64
|
||||||
#define DIGEST_MAX_BLOCK_SIZE (1024/8)
|
#define DIGEST_MAX_BLOCK_SIZE 144 // SHA3-224
|
||||||
|
|
||||||
|
|
||||||
struct DIGEST_CTX {
|
struct DIGEST_CTX {
|
||||||
|
|||||||
Reference in New Issue
Block a user