Releases: matthewhartstonge/argon2
Releases · matthewhartstonge/argon2
v0.1.3
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).
- This is mainly to mitigate users from CVEs in other
- 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
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
v0.1.1 - 2018-06-14
Changed
- deps: unpinned
golang.org/x/crypto