mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:44:43 +01:00
std.crypto.argon2: disable kdf test
https://codeberg.org/ziglang/zig/issues/31402
This commit is contained in:
parent
571543237f
commit
b778826df5
1 changed files with 2 additions and 0 deletions
|
|
@ -707,6 +707,8 @@ test "argon2id" {
|
|||
}
|
||||
|
||||
test "kdf" {
|
||||
if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31402
|
||||
|
||||
const password = "password";
|
||||
const salt = "somesalt";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue