feat: add decrypt-rs

This commit is contained in:
2023-02-16 00:43:18 +08:00
parent 297dae1aaa
commit f229156f70
4 changed files with 472 additions and 3 deletions

11
decrypt-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "decrypt-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes-gcm = { version = "0.10.1", features = ["zeroize", "stream"] }
hex = "0.4.3"
rust_util = "0.6.41"