set correct curve parameters for GOST R 34.10

This commit is contained in:
orignal 2017-02-19 14:45:10 -05:00
parent d75b916153
commit 1cb89ce20d
3 changed files with 26 additions and 16 deletions

View file

@ -282,7 +282,7 @@ namespace crypto
// GOST
bool InitGost ();
void TerminateGost ();
ENGINE * GetGostEngine ();
const EVP_PKEY * GetGostPKEY ();
uint8_t * GOSTR3411 (const uint8_t * buf, size_t len, uint8_t * digest); // hash
void InitCrypto (bool precomputation, bool withGost = false);