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

Method md5test

Lib/test/test_hmac.py:420–421  ·  view source on GitHub ↗
(key, msg, hexdigest)

Source from the content-addressed store, hash-verified

418
419 def test_md5_rfc2202(self):
420 def md5test(key, msg, hexdigest):
421 self.assert_hmac(key, msg, hexdigest, self.md5, "md5", 16, 64)
422
423 md5test(b"\x0b" * 16,
424 b"Hi There",

Callers

nothing calls this directly

Calls 1

assert_hmacMethod · 0.80

Tested by

no test coverage detected