Searched refs:_sha3 (Results 1 – 6 of 6) sorted by relevance
99 import _sha3100 cache['sha3_224'] = _sha3.sha3_224101 cache['sha3_256'] = _sha3.sha3_256102 cache['sha3_384'] = _sha3.sha3_384103 cache['sha3_512'] = _sha3.sha3_512104 cache['shake_128'] = _sha3.shake_128105 cache['shake_256'] = _sha3.shake_256
37 import _sha339 _sha3 = None variable41 requires_sha3 = unittest.skipUnless(_sha3, 'requires _sha3')149 _sha3 = self._conditional_import_module('_sha3')150 if _sha3:
253 #_sha3 _sha3/sha3module.c
395 Fixed a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py.
544 '*/Modules/_sha3/kcp/*' \
3633 - Issue #19520: Fix compiler warning in the _sha3 module on 32bit Windows.