Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
15
test_public_bytes_raw_not_implemented
Method · 0.95
test_mlkem768_keygen_seed
Function · 0.45
test_mlkem1024_keygen_seed
Function · 0.45
test_sign_verify_mu
Method · 0.45
test_sign_verify_mu_with_context
Method · 0.45
test_kat_vectors_44
Method · 0.45
test_kat_vectors_65
Method · 0.45
test_kat_vectors_87
Method · 0.45
test_private_bytes_raw_round_trip
Method · 0.45
test_pub_priv_bytes_raw
Method · 0.45
test_kat_vectors_768
Method · 0.45
test_kat_vectors_1024
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_public_bytes_raw_not_implemented
Method · 0.76
test_mlkem768_keygen_seed
Function · 0.36
test_mlkem1024_keygen_seed
Function · 0.36
test_sign_verify_mu
Method · 0.36
test_sign_verify_mu_with_context
Method · 0.36
test_kat_vectors_44
Method · 0.36
test_kat_vectors_65
Method · 0.36
test_kat_vectors_87
Method · 0.36
test_private_bytes_raw_round_trip
Method · 0.36
test_pub_priv_bytes_raw
Method · 0.36
test_kat_vectors_768
Method · 0.36
test_kat_vectors_1024
Method · 0.36