summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.utils.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.utils.rst')
-rw-r--r--docs/lib/passlib.utils.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst
index c3f2739..6427111 100644
--- a/docs/lib/passlib.utils.rst
+++ b/docs/lib/passlib.utils.rst
@@ -5,10 +5,6 @@
.. module:: passlib.utils
:synopsis: internal helpers for implementing password hashes
-This module contains a number of utility functions used by Passlib
-to implement the builtin hashes and other internals.
-They may also be useful when implementing custom handlers for existing legacy formats.
-
.. warning::
This module is primarily used as an internal support module.
@@ -16,6 +12,14 @@ They may also be useful when implementing custom handlers for existing legacy fo
between major releases of Passlib, as the internal code is cleaned up
and simplified.
+This module primarily contains utility functions used interally by Passlib.
+However, end-user applications may find some of the functions useful,
+in particular:
+
+ * :func:`consteq`
+ * :func:`saslprep`
+ * :func:`generate_password`
+
Constants
=========