1. b00e00c Don't define PY_WITH_KECCAK by Christian Heimes · 8 years ago
  2. c71ec8a sha3: let's keep it simple and always allocate enough extra space for uint64_t[20]. by Christian Heimes · 8 years ago
  3. cf45ee1 Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create() by Christian Heimes · 8 years ago
  4. b205fe9 Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet. by Christian Heimes · 8 years ago
  5. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  6. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  7. 327dd73 Issue #18742: Expose the internal hash type object for ABCs. by Christian Heimes · 11 years ago
  8. 0ce642e yet another WITH_THREADS typo by Christian Heimes · 11 years ago
  9. 6ffa5ce Fix _sha3 module to actually release the GIL around its update function. by Christian Heimes · 11 years ago
  10. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  11. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  12. 7707f6f Issue #16234: Modify sha3's block_size method to return NotImplemented. by Christian Heimes · 12 years ago
  13. 1f47650 Update comment: SPARC requires proper alignment by Christian Heimes · 12 years ago
  14. 12e6a53 get 64bit platforms without uint64 right again by Christian Heimes · 12 years ago
  15. 784fde7 Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment. by Christian Heimes · 12 years ago
  16. 8836eef brg_endian.h is back again by Christian Heimes · 12 years ago
  17. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 12 years ago
  18. 2649105 remove #warning from sha3module.c by Christian Heimes · 12 years ago
  19. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  20. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago