MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / CreateEphemeralKey

Method CreateEphemeralKey

libi2pd/NTCP2.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 void NTCP2Establisher::CreateEphemeralKey ()
137 {
138 m_EphemeralKeys = i2p::transport::transports.GetNextX25519KeysPair ();
139 }
140
141 void NTCP2Establisher::ApplyPadding (uint8_t * padding, size_t paddingLength)
142 {

Callers 2

ClientLoginMethod · 0.80

Calls 1

GetNextX25519KeysPairMethod · 0.80

Tested by

no test coverage detected