feat: add en/decrypt funcs

This commit is contained in:
2023-10-15 17:15:14 +08:00
parent a8ca61dba4
commit 76bf2221bd
2 changed files with 130 additions and 16 deletions

View File

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