MCPcopy Create free account
hub / github.com/mozilla/cipherscan / __init__

Method __init__

cscan/extensions.py:113–117  ·  view source on GitHub ↗

Create key share extension object.

(self)

Source from the content-addressed store, hash-verified

111 """TLS1.3 extension for handling key negotiation."""
112
113 def __init__(self):
114 """Create key share extension object."""
115 super(KeyShareExtension, self).__init__(
116 extType=ExtensionType.key_share)
117 self.client_shares = None
118
119 def create(self, shares):
120 """

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected