index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
primitives
/
test_hashes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move primtives into a hazmat package
Donald Stufft
2013-10-28
1
-136
/
+0
*
split backend up (refs #170)
Paul Kehrer
2013-10-22
1
-11
/
+12
*
more backend renames from merged commits
Paul Kehrer
2013-10-22
1
-8
/
+8
*
Merge branch 'master' into api-to-backend-in-one-easy-step
Paul Kehrer
2013-10-22
1
-0
/
+22
|
\
|
*
use is for identical object comparison
Paul Kehrer
2013-10-22
1
-1
/
+1
|
*
add test to verify api is being copied in hash
Paul Kehrer
2013-10-22
1
-0
/
+11
|
*
When copying a hash, pass the api through to the new object
Paul Kehrer
2013-10-22
1
-0
/
+11
*
|
the great api -> backend rename
Paul Kehrer
2013-10-22
1
-12
/
+12
|
/
*
fixes #148 + test case
Paul Kehrer
2013-10-22
1
-0
/
+4
*
Allow data to be passed in the constructor & reject unicode ala hashlib
Paul Kehrer
2013-10-19
1
-0
/
+11
*
MD5 support + documentation for all hashes
Paul Kehrer
2013-10-19
1
-0
/
+10
*
Whirlpool support
Paul Kehrer
2013-10-18
1
-0
/
+10
*
ripemd160 support + long string hash test
Paul Kehrer
2013-10-18
1
-0
/
+10
*
SHA-2 family support
Paul Kehrer
2013-10-18
1
-0
/
+40
*
change api.supports_hash to take a hash class rather than a str
Paul Kehrer
2013-10-18
1
-1
/
+1
*
remove unneeded lambdas from tests
Paul Kehrer
2013-10-18
1
-1
/
+1
*
Hash Saga Part 3 - API changes + SHA1 support + tests
Paul Kehrer
2013-10-18
1
-0
/
+28