Skip to content

Commit

Permalink
fixup! fixup! fixup! Support cryptography module
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoHunter committed Jul 31, 2024
1 parent fec38f8 commit ec04a1a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/crypto/crypto_adaptors/tongsuo_adaptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ use crate::modules::crypto::{AEADCipher, AESKeySize, BlockCipher, CipherMode, AE
use openssl::symm::{Cipher, Crypter, Mode, encrypt, encrypt_aead, decrypt, decrypt_aead};
use openssl::rand::rand_priv_bytes;
use crate::modules::crypto::SM4;
use crate::modules::crypto::crypto_adaptors::common::{
common_set_aad,
common_get_tag,
common_set_tag,
common_aes_new,
};

pub struct AdaptorCTX {
ctx: Crypter,
Expand Down

0 comments on commit ec04a1a

Please sign in to comment.