index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_sha3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
Christian Heimes
2013-01-03
1
-0/+2
*
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes
2012-10-17
4
-11/+14
*
Issue #16234: Modify sha3's block_size method to return NotImplemented.
Christian Heimes
2012-10-14
1
-2/+6
*
Update comment: SPARC requires proper alignment
Christian Heimes
2012-10-14
1
-1/+2
*
get 64bit platforms without uint64 right again
Christian Heimes
2012-10-14
1
-3/+5
*
Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compi...
Christian Heimes
2012-10-14
1
-8/+14
*
Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big end...
Christian Heimes
2012-10-13
1
-4/+6
*
brg_endian.h is back again
Christian Heimes
2012-10-07
1
-1/+0
*
re-add brg_endian.h to debug issue in big endian SPARC machine
Christian Heimes
2012-10-07
5
-7/+150
*
remove #warning from sha3module.c
Christian Heimes
2012-10-06
1
-1/+0
*
fix possible memory leak, dealloc newobj
Christian Heimes
2012-10-06
1
-2/+1
*
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...
Christian Heimes
2012-10-06
22
-0/+7762