mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-11 08:23:50 +08:00
expose all functions
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user