Benjamin Peterson
|
cc854499e4
|
clinic: PY_LONG_LONG -> long long
|
2016-09-08 09:29:11 -07:00 |
Christian Heimes
|
c71ec8aef3
|
sha3: let's keep it simple and always allocate enough extra space for uint64_t[20].
|
2016-09-08 15:04:38 +02:00 |
Christian Heimes
|
cf45ee10fb
|
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
|
2016-09-08 13:35:00 +02:00 |
Christian Heimes
|
eaa3f5f1ee
|
Issue #16113: one more C90 violation in big endian code.
|
2016-09-07 13:18:40 +02:00 |
Christian Heimes
|
fa15c854d2
|
Issue #16113: take 2 on big endian machines.
|
2016-09-07 13:01:15 +02:00 |
Christian Heimes
|
b205fe9791
|
Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
|
2016-09-07 12:42:47 +02:00 |
Christian Heimes
|
6fe2a75b64
|
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
|
2016-09-07 11:58:24 +02:00 |
Martin v. Löwis
|
24e43308b7
|
* Issue #16113: Remove sha3 module again.
Patch by Christian Heimes, with modifications.
|
2014-01-03 14:05:06 +01:00 |
Zachary Ware
|
7f4bf9fb10
|
Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3
|
2013-11-17 16:08:23 -06:00 |
Christian Heimes
|
327dd732ce
|
Issue #18742: Expose the internal hash type object for ABCs.
|
2013-10-22 15:05:23 +02:00 |
Christian Heimes
|
0ce642ebca
|
yet another WITH_THREADS typo
|
2013-07-31 13:32:40 +02:00 |
Christian Heimes
|
6ffa5ce1f3
|
Fix _sha3 module to actually release the GIL around its update function.
gcov is great.
|
2013-07-31 11:58:18 +02:00 |
Christian Heimes
|
75e923fcf2
|
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
non-pydebug builds. Several extension modules now compile cleanly when
assert()s are enabled in standard builds (-DDEBUG flag).
|
2013-01-03 09:22:41 +01:00 |
Christian Heimes
|
743e0cd6b5
|
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
endianess detection and handling.
|
2012-10-17 23:52:17 +02:00 |
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 |
Christian Heimes
|
1f476504fe
|
Update comment: SPARC requires proper alignment
|
2012-10-14 14:36:09 +02:00 |
Christian Heimes
|
12e6a53b99
|
get 64bit platforms without uint64 right again
|
2012-10-14 04:17:50 +02:00 |
Christian Heimes
|
784fde7cb4
|
Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment.
|
2012-10-14 02:52:01 +02:00 |
Christian Heimes
|
ba3e4a0bc0
|
Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms
|
2012-10-14 00:59:29 +02:00 |
Christian Heimes
|
8836eefb1e
|
brg_endian.h is back again
|
2012-10-07 23:38:44 +02:00 |
Christian Heimes
|
dbc573ff29
|
re-add brg_endian.h to debug issue in big endian SPARC machine
|
2012-10-07 22:44:41 +02:00 |
Christian Heimes
|
2649105cdd
|
remove #warning from sha3module.c
|
2012-10-06 15:44:29 +02:00 |
Christian Heimes
|
c018f57186
|
fix possible memory leak, dealloc newobj
|
2012-10-06 15:09:06 +02:00 |
Christian Heimes
|
4a0270d82b
|
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
|
2012-10-06 02:23:36 +02:00 |