aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography/argon2/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-30 01:28:38 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-30 01:28:38 -0500
commita6a88aae3e6cb39ebd8fe0b63a865168e680ef45 (patch)
tree69407b5f719d17c21effde151175a79bd002015e /lib/Utils.Cryptography/argon2/CHANGELOG.md
parent29371caa9c29fd6cfdfb238d98f53fda59e2e8a7 (diff)
prep cryptography libs and add vendored copy of Argon2 offical lib w/ ci package
Diffstat (limited to 'lib/Utils.Cryptography/argon2/CHANGELOG.md')
-rw-r--r--lib/Utils.Cryptography/argon2/CHANGELOG.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/Utils.Cryptography/argon2/CHANGELOG.md b/lib/Utils.Cryptography/argon2/CHANGELOG.md
new file mode 100644
index 0000000..0578fde
--- /dev/null
+++ b/lib/Utils.Cryptography/argon2/CHANGELOG.md
@@ -0,0 +1,32 @@
+# 20171227
+* Added ABI version number
+* AVX2/AVX-512F optimizations of BLAMKA
+* Set Argon2 version number from the command line
+* New bindings
+* Minor bug and warning fixes (no security issue)
+
+# 20161029
+
+* Argon2id added
+* Better documentation
+* Dual licensing CC0 / Apache 2.0
+* Minor bug fixes (no security issue)
+
+# 20160406
+
+* Version 1.3 of Argon2
+* Version number in encoded hash
+* Refactored low-level API
+* Visibility control for library symbols
+* Microsoft Visual Studio solution
+* New bindings
+* Minor bug and warning fixes (no security issue)
+
+
+# 20151206
+
+* Python bindings
+* Password read from stdin, instead of being an argument
+* Compatibility FreeBSD, NetBSD, OpenBSD
+* Constant-time verification
+* Minor bug and warning fixes (no security issue)