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

Method verify

tests/doubles.py:78–79  ·  tests/doubles.py::DummyEd25519PublicKey.verify
(self, signature: Buffer, data: Buffer)

Source from the content-addressed store, hash-verified

76 raise NotImplementedError
77
78 def verify(self, signature: Buffer, data: Buffer) -> None:
79 raise NotImplementedError
80
81 def __eq__(self, other: object) -> bool:
82 raise NotImplementedError

Callers 15

test_mldsa44_verifyFunction · 0.45
test_mldsa44_sign_seedFunction · 0.45
test_mldsa65_verifyFunction · 0.45
test_mldsa65_sign_seedFunction · 0.45
test_mldsa_external_muFunction · 0.45
test_mldsa87_verifyFunction · 0.45
test_mldsa87_sign_seedFunction · 0.45
test_dsa_signatureFunction · 0.45
test_ecdsa_signatureFunction · 0.45
test_aes_cmacFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_mldsa44_verifyFunction · 0.36
test_mldsa44_sign_seedFunction · 0.36
test_mldsa65_verifyFunction · 0.36
test_mldsa65_sign_seedFunction · 0.36
test_mldsa_external_muFunction · 0.36
test_mldsa87_verifyFunction · 0.36
test_mldsa87_sign_seedFunction · 0.36
test_dsa_signatureFunction · 0.36
test_ecdsa_signatureFunction · 0.36
test_aes_cmacFunction · 0.36