GOST signature unit test added

This commit is contained in:
orignal 2017-03-21 10:45:57 -04:00
parent 7a51abc2f9
commit 13aab750dd
4 changed files with 36 additions and 5 deletions

View file

@ -279,7 +279,7 @@ namespace crypto
#endif
};
void InitCrypto (bool precomputation, bool withGost = false);
void InitCrypto (bool precomputation);
void TerminateCrypto ();
}
}