feat: pedning add chacha20-poly1305

This commit is contained in:
2023-10-22 17:08:39 +08:00
parent b3359d205b
commit 83464dfb28
5 changed files with 183 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ repository = "https://git.hatter.ink/hatter/tiny-encrypt-rs"
[dependencies]
aes-gcm-stream = "0.2"
base64 = "0.21"
chacha20-poly1305-stream = "0.1.0"
chrono = "0.4"
clap = { version = "4.4", features = ["derive"] }
flate2 = "1.0"