mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: Add Streebog to the list of supported hash algorithms used for key derivation.
This commit is contained in:
@@ -26,6 +26,7 @@ namespace VeraCrypt
|
|||||||
l.push_back (shared_ptr <Hash> (new Sha512 ()));
|
l.push_back (shared_ptr <Hash> (new Sha512 ()));
|
||||||
l.push_back (shared_ptr <Hash> (new Whirlpool ()));
|
l.push_back (shared_ptr <Hash> (new Whirlpool ()));
|
||||||
l.push_back (shared_ptr <Hash> (new Sha256 ()));
|
l.push_back (shared_ptr <Hash> (new Sha256 ()));
|
||||||
|
l.push_back (shared_ptr <Hash> (new Streebog ()));
|
||||||
l.push_back (shared_ptr <Hash> (new Ripemd160 ()));
|
l.push_back (shared_ptr <Hash> (new Ripemd160 ()));
|
||||||
|
|
||||||
return l;
|
return l;
|
||||||
|
|||||||
Reference in New Issue
Block a user