MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / parse

Method parse

pgpy/packet/fields.py:450–452  ·  view source on GitHub ↗
(self, packet)

Source from the content-addressed store, hash-verified

448 return True
449
450 def parse(self, packet):
451 self.n = MPI(packet)
452 self.e = MPI(packet)
453
454
455class DSAPub(PubKey):

Callers

nothing calls this directly

Calls 1

MPIClass · 0.85

Tested by

no test coverage detected