summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.utils.pbkdf2.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-03-10 17:57:38 -0500
committerEli Collins <elic@assurancetechnologies.com>2012-03-10 17:57:38 -0500
commitbef2baa6b37b3dc70e96b5b5b285a86f59a9220a (patch)
tree8705072ec5be7a56d3c4e97181ad9f0f15e2b4f1 /docs/lib/passlib.utils.pbkdf2.rst
parentd3c7d16915f7ef3919245f211b8dab8ae35ade70 (diff)
downloadpasslib-bef2baa6b37b3dc70e96b5b5b285a86f59a9220a.tar.gz
cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2
Diffstat (limited to 'docs/lib/passlib.utils.pbkdf2.rst')
-rw-r--r--docs/lib/passlib.utils.pbkdf2.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/lib/passlib.utils.pbkdf2.rst b/docs/lib/passlib.utils.pbkdf2.rst
index 7e7904d..f8eb89f 100644
--- a/docs/lib/passlib.utils.pbkdf2.rst
+++ b/docs/lib/passlib.utils.pbkdf2.rst
@@ -25,8 +25,9 @@ PKCS#5 Key Derivation Functions
Helper Functions
================
+.. autofunction:: norm_hash_name
.. autofunction:: get_prf
..
given how this module is expanding in scope,
- perhaps it should be renamed "kdf"?
+ perhaps it should be renamed "kdf" or "crypto"?