| author | |
| committer | |
| log | b0da914ae6cc21202c0b533d5aa8fda01637ff43 |
| tree | fefa51068169846ad84853322cdc89bd1d6d40a5 |
| parent | d757d5e6b2ef263c000b8afb0abdd986dd745537 |
| signature |
https://codeberg.org/ziglang/zig/issues/306821 files changed, 2 insertions(+), 0 deletions(-)
lib/std/crypto/argon2.zig+2| ... | ... | @@ -905,6 +905,8 @@ test "kdf" { |
| 905 | 905 | } |
| 906 | 906 | |
| 907 | 907 | test "phc format hasher" { |
| 908 | if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30682 | |
| 909 | ||
| 908 | 910 | const allocator = std.testing.allocator; |
| 909 | 911 | const password = "testpass"; |
| 910 | 912 | const io = std.testing.io; |