Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityInnovation/PGPy
/ parse
Method
parse
pgpy/packet/fields.py:469–473 ·
view source on GitHub ↗
(self, packet)
Source
from the content-addressed store, hash-verified
467
return
True
468
469
def
parse(self, packet):
470
self.p = MPI(packet)
471
self.q = MPI(packet)
472
self.g = MPI(packet)
473
self.y = MPI(packet)
474
475
476
class
ElGPub(PubKey):
Callers
nothing calls this directly
Calls
1
MPI
Class · 0.85
Tested by
no test coverage detected