initial support of GOST crypto

This commit is contained in:
orignal 2017-02-16 16:27:24 -05:00
parent 16fa10b056
commit 22af4da4d4
2 changed files with 35 additions and 2 deletions

View file

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