cpython/Modules/_blake2
Dong-hee Na 37fcbb65d4
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Update _asyncio, _bz2, _csv, _curses, _datetime,
_io, _operator, _pickle, _queue, blake2,
multibytecodec and overlapped C extension modules
to use PyModule_AddType().
2020-03-24 23:08:51 +01:00
..
clinic bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 2019-09-12 19:30:00 -05:00
impl bpo-37055: fix warnings in _blake2 module (GH-14646) 2019-08-26 10:52:36 -07:00
blake2b2s.py
blake2b_impl.c bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 2019-09-12 19:30:00 -05:00
blake2module.c bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) 2020-03-24 23:08:51 +01:00
blake2ns.h
blake2s_impl.c bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 2019-09-12 19:30:00 -05:00