Home
last modified time | relevance | path

Searched refs:SHA3_methods (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_sha3/
H A Dsha3module.c318 static PyMethodDef SHA3_methods[] = { variable
441 SHA3_TYPE_SLOTS(sha3_224_slots, sha3_224__doc__, SHA3_methods, SHA3_getseters);
444 SHA3_TYPE_SLOTS(sha3_256_slots, sha3_256__doc__, SHA3_methods, SHA3_getseters);
447 SHA3_TYPE_SLOTS(sha3_384_slots, sha3_384__doc__, SHA3_methods, SHA3_getseters);
450 SHA3_TYPE_SLOTS(sha3_512_slots, sha3_512__doc__, SHA3_methods, SHA3_getseters);

Completed in 2 milliseconds