Skip to content

Releases: zonblade/aes-256-gcm-rs

v1.1.2

16 May 07:47
3a63e65
Compare
Choose a tag to compare

What's Changed

  • remove forced env and update version by @zonblade in #1
  • add test case and fix unreadable env by @zonblade in #2

New Contributors

Full Changelog: v1.1.1-stable...v1.1.2

Initialization Update Patch

28 Mar 09:03
Compare
Choose a tag to compare

patching from <'static str> to <'a str> at parameter secret on Client::new to make secret selection more diverse.

Stable Release version 1.0.0

27 Mar 16:20
Compare
Choose a tag to compare

on this version included

  • single secret os env
  • encryption
  • decryption
  • encryption expiration