| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* Moves cipher methods into a Ciphers class and hash methods to a Hashes
class and makes them available inside Backend as pluralized
attributes.
* Shortened many of the methods since their purpose is now defined by
their container class
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* Note that the long string hash test for RIPEMD160 adds a vector in the
test. You can verify this vector (for b"a" * 1000000) on the RIPE
homepage: http://homes.esat.kuleuven.be/~bosselae/ripemd160.html
|
| | |
|
| |
|
|
|
|
| |
* This change means hash class names will be byte strings and we no
longer need to encode to ascii on hashobject.name in
create_hash_context
|
| | |
|
| |
|