aes-256-gcm 1.1.2

Implementation of AES-GCM (Aes 256 Gcm) with some enhancement
Documentation
[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.chrono]
version = "0.4.35"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.108"

[features]
default = []

[package]
authors = ["ZonBlade"]
description = "Implementation of AES-GCM (Aes 256 Gcm) with some enhancement"
edition = "2021"
license = "MIT"
name = "aes-256-gcm"
readme = "README.md"
repository = "https://github.com/zonblade/aes-256-gcm-rs"
version = "1.1.2"