| author | |
| committer | |
| log | e0d38561f09c1cf06535153ba4cd0564f5e7bcf1 |
| tree | 350044ce832ed2f1d1654130ea29afa5b1092718 |
| parent | 5d71e3051833d20dd2dbfe801e060b3a1a3afa69 |
| signature |
https://codeberg.org/ziglang/zig/issues/315041 files changed, 2 insertions(+), 0 deletions(-)
lib/std/crypto/argon2.zig+2| ... | ... | @@ -941,6 +941,8 @@ test "password hash and password verify" { |
| 941 | 941 | } |
| 942 | 942 | |
| 943 | 943 | test "kdf derived key length" { |
| 944 | if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31504 | |
| 945 | ||
| 944 | 946 | const allocator = std.testing.allocator; |
| 945 | 947 | const io = std.testing.io; |
| 946 | 948 |