summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2017-03-04 10:38:37 -0500
committerEli Collins <elic@assurancetechnologies.com>2017-03-04 10:38:37 -0500
commit48f78f339c28bbd991623ed4ecaf1457edc48a5c (patch)
tree2b2dcd8277fb0cb2ecad0f53d95c7c71baa93ef4 /docs/history
parent2eb2aeba5711162efb8b9e1970763beac6b40e67 (diff)
downloadpasslib-48f78f339c28bbd991623ed4ecaf1457edc48a5c.tar.gz
argon2: set checksum size to 32, per issue 88.
also setting salt length to fixed value, no longer relying on argon2_cffi's upstream settings for this.
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 4900428..31067cf 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -4,6 +4,11 @@
Passlib 1.7
===========
+**1.7.2** (NOT YET RELEASED)
+============================
+
+* :class:`~passlib.hash.argon` -- default hash size increased to 32 bytes (:issue:`88`).
+
**1.7.1** (2017-1-30)
=====================