expose all functions

This commit is contained in:
Zhi Guan
2022-05-01 09:46:46 +08:00
parent d667028914
commit d1b3816319
37 changed files with 263 additions and 982 deletions

View File

@@ -48,7 +48,7 @@
#include <string.h>
#include <gmssl/sha2.h>
#include "endian.h"
#include <gmssl/endian.h>
#define Ch(X, Y, Z) (((X) & (Y)) ^ ((~(X)) & (Z)))