| 491 | } |
| 492 | |
| 493 | void GarlicDestination::SubmitECIESx25519Key (const uint8_t * key, uint64_t tag) |
| 494 | { |
| 495 | AddECIESx25519Key (key, tag); |
| 496 | } |
| 497 | |
| 498 | void GarlicDestination::HandleGarlicMessage (std::shared_ptr<I2NPMessage> msg) |
| 499 | { |
no outgoing calls