eliminate dependancy from GOST engine for GOST R 34.10

This commit is contained in:
orignal 2017-03-10 13:21:22 -05:00
parent ba89c60b6d
commit 7caf3ea7d0
5 changed files with 3 additions and 71 deletions

View file

@ -280,9 +280,6 @@ namespace crypto
};
// GOST
bool InitGost ();
void TerminateGost ();
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);