diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-02-09 12:31:41 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-02-09 12:31:41 -0500 |
| commit | 15f6fe8633ceb47695e05ff1bc0d7b95db0e3075 (patch) | |
| tree | 67b8ca4c9939f010a45db80779ecdd1af2996155 /docs | |
| parent | c646a54645e492f48f70c0a26ead71b51484d25c (diff) | |
| download | passlib-15f6fe8633ceb47695e05ff1bc0d7b95db0e3075.tar.gz | |
renamed rounds_cost constants to "linear" and "log2"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/password_hash_api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst index a70601d..3c86b84 100644 --- a/docs/password_hash_api.rst +++ b/docs/password_hash_api.rst @@ -333,8 +333,8 @@ the following attributes are usually exposed: Specifies how the rounds value affects the amount of time taken. Currently used values are: - ``r`` - time taken scales linearly with rounds value - ``2**r`` - time taken scales exponentially with rounds value + ``linear`` - time taken scales linearly with rounds value + ``log2`` - time taken scales exponentially with rounds value For schemes which support a salt, the following attributes are usually exposed: |
