diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-04-13 14:10:11 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-04-13 14:10:11 -0400 |
| commit | 5a3bd0d6ac8ad706c7d4a21aa49a51c9fcc54873 (patch) | |
| tree | 185ad46852f88a753335d2c7bf662d0e0ef0c288 /docs/lib | |
| parent | c0f420bf7d7659ee110432f7cbb0233554dfd32a (diff) | |
| download | passlib-5a3bd0d6ac8ad706c7d4a21aa49a51c9fcc54873.tar.gz | |
work on des_crypt family
* cleaned up source of des_crypt variants and DES util functions
* DES utils functions now have tighter input validation, full UT coverage
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.utils.des.rst | 2 | ||||
| -rw-r--r-- | docs/lib/passlib.utils.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/passlib.utils.des.rst b/docs/lib/passlib.utils.des.rst index 674f934..ea09506 100644 --- a/docs/lib/passlib.utils.des.rst +++ b/docs/lib/passlib.utils.des.rst @@ -18,4 +18,4 @@ since they are designed primarily for use in password hash algorithms .. autofunction:: expand_des_key .. autofunction:: des_encrypt_block -.. autofunction:: mdes_encrypt_int_block +.. autofunction:: des_encrypt_int_block diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst index afd27de..060d420 100644 --- a/docs/lib/passlib.utils.rst +++ b/docs/lib/passlib.utils.rst @@ -3,7 +3,7 @@ ============================================= .. module:: passlib.utils - :synopsis: helper functions for implementing password hashes + :synopsis: internal helpers for implementing password hashes This module contains a number of utility functions used by passlib to implement the builtin handlers, and other code within passlib. |
