mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
initial support of GOST crypto
This commit is contained in:
parent
16fa10b056
commit
22af4da4d4
2 changed files with 35 additions and 2 deletions
2
Crypto.h
2
Crypto.h
|
@ -278,7 +278,7 @@ namespace crypto
|
|||
#endif
|
||||
};
|
||||
|
||||
void InitCrypto (bool precomputation);
|
||||
void InitCrypto (bool precomputation, bool withGost = false);
|
||||
void TerminateCrypto ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue