This commit is contained in:
Zhi Guan
2018-11-16 15:26:33 +08:00
3 changed files with 6 additions and 4 deletions

2
include/openssl/sm3.h Normal file → Executable file
View File

@@ -70,7 +70,7 @@ extern "C" {
typedef struct {
uint32_t digest[8];
int nblocks;
uint64_t nblocks;
unsigned char block[64];
int num;
} sm3_ctx_t;