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

Method test_blocksize_name_blake2

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

Source from the content-addressed store, hash-verified

594
595 @requires_blake2
596 def test_blocksize_name_blake2(self):
597 self.check_blocksize_name('blake2b', 128, 64)
598 self.check_blocksize_name('blake2s', 64, 32)
599
600 def test_case_md5_0(self):
601 self.check(

Callers

nothing calls this directly

Calls 1

check_blocksize_nameMethod · 0.95

Tested by

no test coverage detected