mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
load eepsite keys
This commit is contained in:
parent
59d195c6da
commit
c855d8b413
3 changed files with 26 additions and 2 deletions
|
@ -28,6 +28,13 @@ namespace data
|
|||
Identity& operator=(const Keys& keys);
|
||||
};
|
||||
|
||||
struct PrivateKeys // for eepsites
|
||||
{
|
||||
Identity pub;
|
||||
uint8_t privateKey[256];
|
||||
uint8_t signingPrivateKey[20];
|
||||
};
|
||||
|
||||
#pragma pack()
|
||||
|
||||
class IdentHash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue