| 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 | { |
no outgoing calls