Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't define PY_WITH_KECCAK | Christian Heimes | 2016-09-21 | 1 | -2/+0 |
* | Issue #27810: Regenerate Argument Clinic. | Serhiy Storchaka | 2016-09-11 | 1 | -7/+7 |
* | clinic: PY_LONG_LONG -> long long | Benjamin Peterson | 2016-09-08 | 1 | -10/+16 |
* | sha3: let's keep it simple and always allocate enough extra space for uint64_... | Christian Heimes | 2016-09-08 | 1 | -3/+2 |
* | Issue #16113: SHA3: allocate extra memory for lane extraction and check retur... | Christian Heimes | 2016-09-08 | 1 | -4/+12 |
* | Issue #16113: one more C90 violation in big endian code. | Christian Heimes | 2016-09-07 | 1 | -1/+1 |
* | Issue #16113: take 2 on big endian machines. | Christian Heimes | 2016-09-07 | 1 | -9/+11 |
* | Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet. | Christian Heimes | 2016-09-07 | 1 | -1/+4 |
* | Issue #16113: Add SHA-3 and SHAKE support to hashlib module. | Christian Heimes | 2016-09-07 | 20 | -0/+6299 |