Do not use Whirlpool hash in tests (some crypto backends do not implement it).

This commit is contained in:
Milan Broz
2021-05-23 11:12:10 +02:00
parent 71422b411e
commit 1d20a60e4a

View File

@@ -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,
};