Use SDF as the crypto provider in SM2/3/4 CTX API

cmake .. -DENABLE_CRYPTO_SDF=ON
This commit is contained in:
Zhi Guan
2024-05-08 17:04:45 +08:00
parent 2000655392
commit 3d491c9e14
8 changed files with 2286 additions and 5 deletions

View File

@@ -75,7 +75,6 @@ typedef struct {
union {
SM3_CTX sm3_ctx;
SM3_HMAC_CTX hmac_ctx;
void *handle;
};
int state;
} SM3_DIGEST_CTX;