1. b00e00c Don't define PY_WITH_KECCAK by Christian Heimes · 8 years ago
  2. ec406fe Issue #27810: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  3. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  4. c71ec8a sha3: let's keep it simple and always allocate enough extra space for uint64_t[20]. by Christian Heimes · 8 years ago
  5. cf45ee1 Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create() by Christian Heimes · 8 years ago
  6. eaa3f5f Issue #16113: one more C90 violation in big endian code. by Christian Heimes · 8 years ago
  7. fa15c85 Issue #16113: take 2 on big endian machines. by Christian Heimes · 8 years ago
  8. b205fe9 Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet. by Christian Heimes · 8 years ago
  9. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  10. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 10 years ago
  11. 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 11 years ago
  12. 327dd73 Issue #18742: Expose the internal hash type object for ABCs. by Christian Heimes · 11 years ago
  13. 0ce642e yet another WITH_THREADS typo by Christian Heimes · 11 years ago
  14. 6ffa5ce Fix _sha3 module to actually release the GIL around its update function. by Christian Heimes · 11 years ago
  15. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 11 years ago
  16. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  17. 7707f6f Issue #16234: Modify sha3's block_size method to return NotImplemented. by Christian Heimes · 12 years ago
  18. 1f47650 Update comment: SPARC requires proper alignment by Christian Heimes · 12 years ago
  19. 12e6a53 get 64bit platforms without uint64 right again by Christian Heimes · 12 years ago
  20. 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
  21. ba3e4a0 Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms by Christian Heimes · 12 years ago
  22. 8836eef brg_endian.h is back again by Christian Heimes · 12 years ago
  23. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 12 years ago
  24. 2649105 remove #warning from sha3module.c by Christian Heimes · 12 years ago
  25. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  26. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago