|
|
|
@ -226,7 +226,7 @@ namespace garlic
@@ -226,7 +226,7 @@ namespace garlic
|
|
|
|
|
|
|
|
|
|
void AddSessionKey (const uint8_t * key, const uint8_t * tag); // one tag
|
|
|
|
|
virtual bool SubmitSessionKey (const uint8_t * key, const uint8_t * tag); // from different thread
|
|
|
|
|
void DeliveryStatusSent (ElGamalAESSessionPtr session, uint32_t msgID); |
|
|
|
|
void DeliveryStatusSent (GarlicRoutingSessionPtr session, uint32_t msgID); |
|
|
|
|
void AddECIESx25519SessionTag (int index, uint64_t tag, ECIESX25519AEADRatchetSessionPtr session); |
|
|
|
|
void AddECIESx25519Session (const uint8_t * staticKey, ECIESX25519AEADRatchetSessionPtr session); |
|
|
|
|
void HandleECIESx25519GarlicClove (const uint8_t * buf, size_t len); |
|
|
|
|