cpython/Modules/_blake2
Nikita Sobolev 86887a2084
gh-111251: Fix error checking in _blake2 module init (#111252)
Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
2023-10-25 08:32:46 +02:00
..
clinic gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
impl Trim trailing whitespace and test on CI (#104275) 2023-05-08 17:03:52 +03:00
blake2b2s.py
blake2b_impl.c bpo-47095: Use libb2 to provide blake2 implementation (GH-32059) 2022-03-26 20:52:24 +01:00
blake2module.c gh-111251: Fix error checking in _blake2 module init (#111252) 2023-10-25 08:32:46 +02:00
blake2module.h Trim trailing whitespace and test on CI (#104275) 2023-05-08 17:03:52 +03:00
blake2s_impl.c bpo-47095: Use libb2 to provide blake2 implementation (GH-32059) 2022-03-26 20:52:24 +01:00