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

Method Decrypt

libi2pd/CryptoKey.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 bool ElGamalDecryptor::Decrypt (const uint8_t * encrypted, uint8_t * data)
34 {
35 return ElGamalDecrypt (m_PrivateKey, encrypted, data);
36 }
37
38 ECIESP256Encryptor::ECIESP256Encryptor (const uint8_t * pub)
39 {

Callers

nothing calls this directly

Calls 4

ElGamalDecryptFunction · 0.85
ECIESDecryptFunction · 0.85
GetGroupMethod · 0.80
AgreeMethod · 0.80

Tested by

no test coverage detected