mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Do not use Whirlpool hash in tests (some crypto backends do not implement it).
This commit is contained in:
@@ -2560,7 +2560,7 @@ static void Pbkdf(void)
|
||||
.size = 0
|
||||
};
|
||||
struct crypt_params_luks1 luks1 = {
|
||||
.hash = "whirlpool", // test non-standard hash
|
||||
.hash = "sha512", // test non-standard hash
|
||||
.data_alignment = 2048,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user