summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-09 16:37:06 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-09 16:37:06 -0500
commit88781822e23df38cc81eae00cce11e527d7dcc7b (patch)
tree94a27503b3b68bcfb06d1179955120049a5068b4 /docs/history
parentb4ad2ab7794466e80fdd11847e862aa677827b75 (diff)
downloadpasslib-88781822e23df38cc81eae00cce11e527d7dcc7b.tar.gz
Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.
per followup to original issue (https://bitbucket.org/ecollins/passlib/issues/88#comment-35296567) it was pointed out that citation for 32 byte hash output was out of date, and that argon2_cffi is correctly following the more up-to-date argon2 spec. this restores the stable branch to the 1.7.1 policy of following argon2_cffi's defaults.
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 31067cf..f160121 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -7,8 +7,6 @@ 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)
=====================