MCPcopy Index your code
hub / github.com/python/cpython / test_blocksize_name_blake2

Method test_blocksize_name_blake2

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

Source from the content-addressed store, hash-verified

667
668 @requires_blake2
669 def test_blocksize_name_blake2(self):
670 self.check_blocksize_name('blake2b', 128, 64)
671 self.check_blocksize_name('blake2s', 64, 32)
672
673 def test_case_md5_0(self):
674 self.check(

Callers

nothing calls this directly

Calls 1

check_blocksize_nameMethod · 0.95

Tested by

no test coverage detected