Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityInnovation/PGPy
/ parse
Method
parse
pgpy/packet/fields.py:292–293 ·
view source on GitHub ↗
(self, packet)
Source
from the content-addressed store, hash-verified
290
return
self.md_mod_n.to_mpibytes()[2:]
291
292
def
parse(self, packet):
293
self.md_mod_n = MPI(packet)
294
295
def
from_signer(self, sig):
296
self.md_mod_n = MPI(self.bytes_to_int(sig))
Callers
nothing calls this directly
Calls
1
MPI
Class · 0.85
Tested by
no test coverage detected