feat: v0.2.1, add aes_256_gcm_decrypt and aes_256_gcm_encrypt

This commit is contained in:
2023-10-14 10:36:30 +08:00
parent 6537b7c473
commit a8ca61dba4
2 changed files with 54 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "aes-gcm-stream"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/aes-gcm-stream"