feat: encryptor performance updated

This commit is contained in:
2023-09-01 23:50:15 +08:00
parent 0ad4e5ce28
commit aab2c97eaa
6 changed files with 83 additions and 105 deletions

View File

@@ -17,7 +17,6 @@ pub use decryptor::Aes256GcmStreamDecryptor;
pub use encryptor::Aes128GcmStreamEncryptor;
pub use encryptor::Aes192GcmStreamEncryptor;
pub use encryptor::Aes256GcmStreamEncryptor;
pub use encryptor2::Aes256GcmStreamEncryptor2;
mod util;
mod encryptor;