Skip to content

Releases: matthewhartstonge/argon2

v0.1.3

21 May 13:27
5740391
Compare
Choose a tag to compare

v0.1.3 - 2020-05-22

Changed

  • deps: updated x/crypto@master to point to latest commit.
    • This is mainly to mitigate users from CVEs in other x/crypto implementations, namely CVE-2020-7919 (cryptobyte) and CVE-2020-9283 (ssh).
  • readme: added a tl;dr section, updated benchmarks.
  • readme: show example of the encoded argon2 string.

Removed

  • argon2_test: removed bench marking against native bindings to remove dependencies (lhecker/argon2) under go mod.

v0.1.2

18 Sep 09:20
9b9e0fb
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

v0.1.2 - 2018-09-18

Changed

  • SecureZeroMemory: Updated to match upstream for improved performance.
  • deps: Updated to support dep v0.5.0
  • readme: Update with new benchmark stats due to SecureZeroMemory performance tweak.

Fixed

  • readme: Fixed the filepath for the example go run command.

v0.1.1

14 Jun 03:45
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

v0.1.1 - 2018-06-14

Changed

  • deps: unpinned golang.org/x/crypto