mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
decrypt short request record
This commit is contained in:
parent
5ce9c0f1e2
commit
8e3e35a36d
3 changed files with 46 additions and 26 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue