MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_case_shake256_vector

Method test_case_shake256_vector

Lib/test/test_hashlib.py:988–990  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

986 self.check('shake_256', b"", "46b9", True)
987
988 def test_case_shake256_vector(self):
989 for msg, md in read_vectors('shake_256'):
990 self.check('shake_256', msg, md, True)
991
992 def test_gil(self):
993 # Check things work fine with an input larger than the size required

Callers

nothing calls this directly

Calls 2

checkMethod · 0.95
read_vectorsFunction · 0.85

Tested by

no test coverage detected