| 1517 | } |
| 1518 | |
| 1519 | void ClientDestination::CleanupDestination () |
| 1520 | { |
| 1521 | if (m_DatagramDestination) m_DatagramDestination->CleanUp (); |
| 1522 | } |
| 1523 | |
| 1524 | bool ClientDestination::Decrypt (const uint8_t * encrypted, uint8_t * data, i2p::data::CryptoKeyType preferredCrypto) const |
| 1525 | { |