MCPcopy Create free account
hub / github.com/secdev/scapy / verify

Method verify

scapy/layers/tls/cert.py:852–853  ·  view source on GitHub ↗
(self, msg, sig, h="sha256", **kwargs)

Source from the content-addressed store, hash-verified

850
851 @crypto_validator
852 def verify(self, msg, sig, h="sha256", **kwargs):
853 return self.pubkey.verify(msg=msg, sig=sig, h=h, **kwargs)
854
855 @crypto_validator
856 def sign(self, data, h="sha256", **kwargs):

Callers

nothing calls this directly

Calls 1

verifyMethod · 0.45

Tested by

no test coverage detected