mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
set correct curve parameters for GOST R 34.10
This commit is contained in:
2
Crypto.h
2
Crypto.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user