Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityInnovation/PGPy
/ __init__
Method
__init__
pgpy/packet/fields.py:1775–1777 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1773
return
padder.update(_m) + padder.finalize()
1774
1775
def
__init__(self):
1776
super(ECDHCipherText, self).__init__()
1777
self.c = bytearray(0)
1778
1779
def
__bytearray__(self):
1780
_bytes = bytearray()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected