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

Method Decrypt

libi2pd/RouterContext.cpp:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357 }
1358
1359 bool RouterContext::Decrypt (const uint8_t * encrypted, uint8_t * data, i2p::data::CryptoKeyType preferredCrypto) const
1360 {
1361 return m_Decryptor ? m_Decryptor->Decrypt (encrypted, data) : false;
1362 }
1363
1364 bool RouterContext::DecryptTunnelBuildRecord (const uint8_t * encrypted, uint8_t * data)
1365 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected