mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +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
|
.size = 0
|
||||||
};
|
};
|
||||||
struct crypt_params_luks1 luks1 = {
|
struct crypt_params_luks1 luks1 = {
|
||||||
.hash = "whirlpool", // test non-standard hash
|
.hash = "sha512", // test non-standard hash
|
||||||
.data_alignment = 2048,
|
.data_alignment = 2048,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user