Skip to content

Releases: pilinux/crypt

v0.0.3

12 Feb 12:06
715027e
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/cache from 3.3.2 to 3.3.3 by @dependabot in #3
  • build(deps): bump actions/cache from 3.3.3 to 4.0.0 by @dependabot in #4
  • build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #5
  • build(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #6
  • build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #7

Full Changelog: v0.0.2...v0.0.3

v0.0.2

10 Jan 14:49
04a6bd0
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #2

Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 Dec 04:29
c59edae
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.12.0 to 0.17.0 by @dependabot in #1

New Contributors

Full Changelog: v0.0.0...v0.0.1

v0.0.0

04 Sep 09:54
f7c72df
Compare
Choose a tag to compare

First Release

Added crypto for encryption and decryption:

  • AES (128, 192, 256-bit keys) in GCM mode
  • ChaCha20-Poly1305 AEAD (256-bit key)
  • RSA (2048, 3072, 4096-bit keys)