summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/password_hash_api.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index f989ff5..2aae8d2 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -281,7 +281,8 @@ attributes, though their presence and meaning is not uniform
across all handlers in passlib.
For schemes which support a variable number of rounds,
-the following attributes are usually exposed:
+the following attributes are usually exposed
+(applications can test by checking for ``default_rounds``):
.. attribute:: default_rounds
@@ -309,7 +310,8 @@ the following attributes are usually exposed:
``log2`` - time taken scales exponentially with rounds value (eg: bcrypt)
For schemes which support a salt,
-the following attributes are usually exposed:
+the following attributes are usually exposed
+(applications can test by checking for ``max_salt_chars``):
.. attribute:: min_salt_chars