mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Add test vectors for Kuznyechik and GOST89 (the later is deprecated)
This commit is contained in:
@@ -298,8 +298,10 @@ namespace VeraCrypt
|
||||
|
||||
|
||||
// GOST89
|
||||
GOST89::GOST89 () : Deprecated (true)
|
||||
GOST89::GOST89 ()
|
||||
{
|
||||
Deprecated = true;
|
||||
|
||||
Ciphers.push_back (shared_ptr <Cipher> (new CipherGost89()));
|
||||
|
||||
SupportedModes.push_back (shared_ptr <EncryptionMode> (new EncryptionModeXTS ()));
|
||||
|
||||
Reference in New Issue
Block a user