Update hmac.h

This commit is contained in:
Zhi Guan
2026-06-10 22:12:01 +08:00
parent c1c0137269
commit 626fe43980

View File

@@ -19,7 +19,9 @@
extern "C" {
#endif
#define HMAC_MAX_SIZE (DIGEST_MAX_SIZE)
#define HMAC_MAX_SIZE DIGEST_MAX_SIZE
#define HMAC_MAX_BLOCK_SIZE DIGEST_MAX_BLOCK_SIZE
typedef struct hmac_ctx_st {