implement Update for LeaseSet2

This commit is contained in:
orignal 2019-02-01 12:55:13 -05:00
parent bc3f02cb6b
commit 6643258618
2 changed files with 20 additions and 10 deletions

View file

@ -135,7 +135,7 @@ namespace data
private:
void ReadFromBuffer (const uint8_t * buf, size_t len);
void ReadFromBuffer (const uint8_t * buf, size_t len, bool readIdentity = true, bool verifySignature = true);
void ReadFromBufferEncrypted (const uint8_t * buf, size_t len);
size_t ReadStandardLS2TypeSpecificPart (const uint8_t * buf, size_t len);
size_t ReadMetaLS2TypeSpecificPart (const uint8_t * buf, size_t len);