summaryrefslogtreecommitdiffstats
path: root/Modules/sha3module.c
Commit message (Expand)AuthorAgeFilesLines
* gh-87138: convert SHA-3 object type to heap type (GH-127670)Bénédikt Tran2024-12-081-10/+29
* Fix typos in docs, error messages and comments (#123336)Wulian2024-08-281-1/+1
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+1
* gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)Jonathan Protzenko2024-03-261-22/+22
* gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)Tomas R2023-11-151-11/+12
* gh-99108: Release the GIL around hashlib built-in computation (#104675)Gregory P. Smith2023-05-231-2/+34
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-081-0/+591