mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-26 12:14:15 +00:00
Use eddsa-sh512-ed25519 by default
This commit is contained in:
parent
d1b154c285
commit
4d5e9c52b2
@ -133,7 +133,7 @@ namespace data
|
|||||||
size_t FromBase64(const std::string& s);
|
size_t FromBase64(const std::string& s);
|
||||||
std::string ToBase64 () const;
|
std::string ToBase64 () const;
|
||||||
|
|
||||||
static PrivateKeys CreateRandomKeys (SigningKeyType type = SIGNING_KEY_TYPE_DSA_SHA1);
|
static PrivateKeys CreateRandomKeys (SigningKeyType type = SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user