mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 20:13:33 +01:00
Linux/MacOSX: Add Streebog to the list of supported hash algorithms used for key derivation.
This commit is contained in:
parent
d8a7de8ffb
commit
b56e8c5c4b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user