Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |