mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-08-07 17:59:30 +01:00
updated to 2.56.0
This commit is contained in:
parent
a596d1f965
commit
33fce4b087
10 changed files with 12 additions and 12 deletions
|
@ -12,7 +12,7 @@ int main (int argc, char * argv[])
|
|||
std::cout << "Usage: keygen filename <signature type>" << std::endl;
|
||||
return -1;
|
||||
}
|
||||
i2p::crypto::InitCrypto (false, true, false);
|
||||
i2p::crypto::InitCrypto (false);
|
||||
i2p::data::SigningKeyType type = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519;
|
||||
if (argc > 2) {
|
||||
std::string str(argv[2]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue