updated to 2.51.0

This commit is contained in:
orignal 2024-05-07 18:13:03 -04:00
parent cf0c9c9d74
commit d7a079ad64
10 changed files with 17 additions and 12 deletions

View file

@ -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