decrypt short request record

This commit is contained in:
orignal 2021-06-02 19:50:29 -04:00
parent 5ce9c0f1e2
commit 8e3e35a36d
3 changed files with 46 additions and 26 deletions

View file

@ -100,6 +100,9 @@ namespace i2p
// ECIES BuildResponseRecord
const size_t ECIES_BUILD_RESPONSE_RECORD_OPTIONS_OFFSET = 0;
const size_t ECIES_BUILD_RESPONSE_RECORD_RET_OFFSET = 511;
// ShortRequestRecordClearText
const size_t SHORT_REQUEST_RECORD_CLEAR_TEXT_SIZE = 172;
enum I2NPMessageType
{