diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-02-04 00:10:48 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-02-04 00:10:48 -0500 |
| commit | d24963eea4d64ed4d452cdbda58240114429b89c (patch) | |
| tree | babcc85d09926e3c8b7a2f44e426a6abf0a573e8 /docs | |
| parent | a3b166af8ae0646c58919ffebd8bb14c2bd1cfff (diff) | |
| download | passlib-d24963eea4d64ed4d452cdbda58240114429b89c.tar.gz | |
encode transposed bytes
=======================
* replaced h64.encode_xxx_offsets() functions with h64.encode_transposed_bytes() and list of offsets
* affects sha256-crypt, sha512-crypt, md5-crypt, sun-md5-crypt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/lib/passlib.utils.h64.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/lib/passlib.utils.h64.rst b/docs/lib/passlib.utils.h64.rst index 0475f34..e467508 100644 --- a/docs/lib/passlib.utils.h64.rst +++ b/docs/lib/passlib.utils.h64.rst @@ -33,9 +33,10 @@ Bytes <-> Hash64 ================ .. autofunction:: encode_bytes -.. autofunction:: encode_3_offsets -.. autofunction:: encode_2_offsets -.. autofunction:: encode_1_offset +.. autofunction:: decode_bytes + +.. autofunction:: encode_transposed_bytes +.. autofunction:: decode_transposed_bytes Int <-> Hash64 ============== |
