| author | |
| committer | |
| log | b778826df5836a4383e06e7434012e9a91a510ba |
| tree | cebba0f46596ffc2cf9214513cf9e02eb3290396 |
| parent | 571543237f64c9ff3ea71ca4734de9b64c3f8cf1 |
| signature |
https://codeberg.org/ziglang/zig/issues/314021 files changed, 2 insertions(+), 0 deletions(-)
lib/std/crypto/argon2.zig+2| ... | @@ -707,6 +707,8 @@ test "argon2id" { | ... | @@ -707,6 +707,8 @@ test "argon2id" { |
| 707 | } | 707 | } |
| 708 | 708 | ||
| 709 | test "kdf" { | 709 | test "kdf" { |
| 710 | if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31402 | ||
| 711 | |||
| 710 | const password = "password"; | 712 | const password = "password"; |
| 711 | const salt = "somesalt"; | 713 | const salt = "somesalt"; |
| 712 | 714 |