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
6
vain.cpp
6
vain.cpp
|
@ -294,9 +294,9 @@ int main (int argc, char * argv[])
|
|||
}
|
||||
// https://github.com/PurpleI2P/i2pd/blob/ae5239de435e1dcdff342961af9b506f60a494d4/libi2pd/Crypto.h#L310
|
||||
//// 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, FORCE_CRYPTO);
|
||||
// void InitCrypto (bool precomputation);
|
||||
// By default false
|
||||
i2p::crypto::InitCrypto (PRECOMPUTATION_CRYPTO);
|
||||
options.signature = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519;
|
||||
///////////////
|
||||
//For while
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue