summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-11 15:15:07 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-11 15:15:07 -0500
commitf339799ff1c60dc57347f403e15371d934f3f060 (patch)
treec1f47e2fb59d67b7dc6289c129c14a4bad30ddd3 /docs/history
parent190e4a35eb29619f52dd17fec66e5638dc0b2173 (diff)
downloadpasslib-f339799ff1c60dc57347f403e15371d934f3f060.tar.gz
passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)
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 9b3fbbf..4b066fb 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -18,6 +18,11 @@ New Features
Now defaults to "ID" hashes instead of "I" hashes, but this can be overridden via ``type`` keyword.
(:issue:`101`)
+* .. py:currentmodule:: passlib.hash
+
+ :class:`scrypt`: Now uses python 3.6 stdlib's :func:`hashlib.scrypt` as backend,
+ if present (:issue:`86`).
+
Bugfixes
--------