don't calculate checsum for Data message send through ECIESX25519AEADRatchet session
This commit is contained in:
@@ -122,6 +122,8 @@ namespace garlic
|
||||
bool CheckExpired (uint64_t ts); // true is expired
|
||||
bool CanBeRestarted (uint64_t ts) const { return ts > m_LastActivityTimestamp + ECIESX25519_RESTART_TIMEOUT; }
|
||||
|
||||
bool IsRatchets () const { return true; };
|
||||
|
||||
private:
|
||||
|
||||
void ResetKeys ();
|
||||
|
Reference in New Issue
Block a user