Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityInnovation/PGPy
/ verify
Method
verify
pgpy/packet/fields.py:412–413 ·
view source on GitHub ↗
(self, subj, sigbytes, hash_alg)
Source
from the content-addressed store, hash-verified
410
return
len(self)
411
412
def
verify(self, subj, sigbytes, hash_alg):
413
return
NotImplemented
# pragma: no cover
414
415
416
class
OpaquePubKey(PubKey):
# pragma: no cover
Callers
4
verify
Method · 0.45
verify
Method · 0.45
verify
Method · 0.45
verify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected