Skip to content

Commit

Permalink
Update sm4.h
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed Jun 22, 2024
1 parent 5b3c897 commit 058fd47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/gmssl/sm4.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ int sm4_gcm_decrypt_finish(SM4_GCM_CTX *ctx,

#ifdef ENABLE_SM4_ECB
// call `sm4_set_decrypt_key` before decrypt
//void sm4_ecb_encrypt_blocks(const SM4_KEY *key, const uint8_t *in, size_t nblocks, uint8_t *out);

typedef struct {
SM4_KEY sm4_key;
Expand Down

0 comments on commit 058fd47

Please sign in to comment.