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

Method HMAC

Lib/test/test_hmac.py:1191–1193  ·  view source on GitHub ↗

Create a HMAC object.

(self, key, msg=None)

Source from the content-addressed store, hash-verified

1189 """Tests for the update() method (streaming HMAC)."""
1190
1191 def HMAC(self, key, msg=None):
1192 """Create a HMAC object."""
1193 raise NotImplementedError
1194
1195 @property
1196 def gil_minsize(self):

Callers 2

check_updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected