mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +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
2
Crypto.h
2
Crypto.h
|
@ -273,7 +273,7 @@ namespace crypto
|
|||
#endif
|
||||
};
|
||||
|
||||
void InitCrypto ();
|
||||
void InitCrypto (bool precomputation);
|
||||
void TerminateCrypto ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue