- 11 Eki, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
for the SHAKE algorithm in the hashlib module.
-
- 10 Eyl, 2018 1 kayıt (commit)
-
-
Peter Eisentraut yazdı
Many type object initializations labeled a field "tp_size" in the comment, but the name of that field is tp_basicsize.
-
- 31 Tem, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* help(hashlib) didn't work because of incorrect module name in blake2b and blake2s classes. * Constructors blake2*(), sha3_*(), shake_*() and keccak_*() incorrectly accepted keyword argument "string" for binary data, but documented as accepting the "data" keyword argument. Now this parameter is positional-only. * Keyword-only parameters in blake2b() and blake2s() were not documented as keyword-only. * Default value for some parameters of blake2b() and blake2s() was None, which is not acceptable value. * The length argument for shake_*.digest() was wrapped out to 32 bits. * The argument for shake_128.digest() and shake_128.hexdigest() was not positional-only as intended. * TypeError messages for incorrect arguments in all constructors sha3_*(), shake_*() and keccak_*() incorrectly referred to sha3_224. Also made the following enhancements: * More accurately specified input and result types for strings, bytes and bytes-like objects. * Unified positional parameter names for update() and constructors. * Improved formatting.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 23 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
possible. Patch is writen with Coccinelle.
-
- 21 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 08 Eyl, 2016 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
-
- 07 Eyl, 2016 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 03 Ock, 2014 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Christian Heimes, with modifications.
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 31 Tem, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
gcov is great.
-
- 17 Eki, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
endianess detection and handling.
-
- 14 Eki, 2012 4 kayıt (commit)
-
-
Christian Heimes yazdı
This makes the sha3 types unusable from the hmac module. HMAC-SHA3 hasn't been specified yet.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment.
-
- 07 Eki, 2012 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 06 Eki, 2012 3 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
-