MCPcopy
hub / github.com/pyca/cryptography / public_bytes_raw

Method public_bytes_raw

tests/doubles.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 return self._data
74
75 def public_bytes_raw(self) -> bytes:
76 raise NotImplementedError
77
78 def verify(self, signature: Buffer, data: Buffer) -> None:
79 raise NotImplementedError

Calls

no outgoing calls