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

Method ApplyPadding

libi2pd/NTCP2.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void NTCP2Establisher::ApplyPadding (uint8_t * padding, size_t paddingLength)
142 {
143 MixHash (padding, paddingLength);
144 }
145
146 bool NTCP2Establisher::CreateSessionRequestMessage (std::mt19937& rng)
147 {

Calls

no outgoing calls

Tested by

no test coverage detected