This commit is contained in:
Zhi Guan
2017-05-15 17:23:26 +08:00
parent bba5011e7c
commit 79e2936664
24 changed files with 531 additions and 76 deletions

View File

@@ -49,7 +49,6 @@
#ifndef HEADER_SM3_H
#define HEADER_SM3_H
#ifndef NO_GMSSL
#define SM3_DIGEST_LENGTH 32
#define SM3_BLOCK_SIZE 64
@@ -96,4 +95,3 @@ void sm3_hmac(const unsigned char *data, size_t data_len,
}
#endif
#endif
#endif