mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
optional elgamal precomputation for x64
This commit is contained in:
parent
bce2a63772
commit
aff8cd478c
5 changed files with 63 additions and 25 deletions
|
@ -117,7 +117,8 @@ namespace i2p
|
|||
LogPrint(eLogDebug, "FS: main config file: ", config);
|
||||
LogPrint(eLogDebug, "FS: data directory: ", datadir);
|
||||
|
||||
i2p::crypto::InitCrypto ();
|
||||
bool precomputation; i2p::config::GetOption("precomputation.elgamal", precomputation);
|
||||
i2p::crypto::InitCrypto (precomputation);
|
||||
i2p::context.Init ();
|
||||
|
||||
uint16_t port; i2p::config::GetOption("port", port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue