feat: add aes gcm crypto

This commit is contained in:
2023-02-18 00:12:33 +08:00
parent 8803a8500a
commit c95a566c58
3 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "aes_gcm_crypto"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes = "0.8.2"
hex = "0.4.3"
hex-literal = "0.3.4"