Home
last modified time | relevance | path

Searched refs:_SHA3module (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_sha3/
Dsha3module.c694 static struct PyModuleDef _SHA3module = { variable
712 if ((m = PyModule_Create(&_SHA3module)) == NULL) { in PyInit__sha3()