cpython/Modules/_sha3
Christian Heimes 7707f6fd32 Issue #16234: Modify sha3's block_size method to return NotImplemented.
This makes the sha3 types unusable from the hmac module. HMAC-SHA3 hasn't been specified yet.
2012-10-14 22:16:27 +02:00
..
keccak Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms 2012-10-14 00:59:29 +02:00
cleanup.py re-add brg_endian.h to debug issue in big endian SPARC machine 2012-10-07 22:44:41 +02:00
sha3module.c Issue #16234: Modify sha3's block_size method to return NotImplemented. 2012-10-14 22:16:27 +02:00