mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-08-07 17:59:30 +01:00
updated to 2.51.0
This commit is contained in:
parent
cf0c9c9d74
commit
d7a079ad64
10 changed files with 17 additions and 12 deletions
2
vain.cpp
2
vain.cpp
|
@ -296,7 +296,7 @@ int main (int argc, char * argv[])
|
|||
//// init and terminate
|
||||
// void InitCrypto (bool precomputation, bool aesni, bool avx, bool force);
|
||||
// By default false to all. But on much proccessors some things will be enabled. SO, TODO
|
||||
i2p::crypto::InitCrypto (PRECOMPUTATION_CRYPTO, AESNI_CRYPTO, AVX_CRYPTO, FORCE_CRYPTO);
|
||||
i2p::crypto::InitCrypto (PRECOMPUTATION_CRYPTO, AESNI_CRYPTO, FORCE_CRYPTO);
|
||||
options.signature = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519;
|
||||
///////////////
|
||||
//For while
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue