optional elgamal precomputation for x64

This commit is contained in:
orignal 2016-04-17 16:57:58 -04:00
parent bce2a63772
commit aff8cd478c
5 changed files with 63 additions and 25 deletions

View file

@ -273,7 +273,7 @@ namespace crypto
#endif
};
void InitCrypto ();
void InitCrypto (bool precomputation);
void TerminateCrypto ();
}
}