Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityInnovation/PGPy
/ parse
Method
parse
pgpy/packet/fields.py:482–485 ·
view source on GitHub ↗
(self, packet)
Source
from the content-addressed store, hash-verified
480
raise
NotImplementedError()
481
482
def
parse(self, packet):
483
self.p = MPI(packet)
484
self.g = MPI(packet)
485
self.y = MPI(packet)
486
487
488
class
ECPoint:
Callers
nothing calls this directly
Calls
1
MPI
Class · 0.85
Tested by
no test coverage detected