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

Method SubmitSessionKey

libi2pd/Garlic.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 }
486
487 bool GarlicDestination::SubmitSessionKey (const uint8_t * key, const uint8_t * tag)
488 {
489 AddSessionKey (key, tag);
490 return true;
491 }
492
493 void GarlicDestination::SubmitECIESx25519Key (const uint8_t * key, uint64_t tag)
494 {

Callers 2

TestTunnelsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestTunnelsMethod · 0.36