mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
DH auth for encrypted LeaseSet2
This commit is contained in:
parent
089a60ded6
commit
74e8610ec9
3 changed files with 60 additions and 21 deletions
|
@ -74,7 +74,7 @@ namespace crypto
|
|||
public:
|
||||
|
||||
X25519Keys ();
|
||||
X25519Keys (const uint8_t * priv, const uint8_t * pub); // for RouterContext
|
||||
X25519Keys (const uint8_t * priv, const uint8_t * pub); // if pub is null, derive from priv
|
||||
~X25519Keys ();
|
||||
|
||||
void GenerateKeys ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue