We could add a "format fuzzer" for testing, that randomizes a hundred or so things like keccak_512(md4($p).haval256_4($s)) from a list of primitives and runs a --test=0 on each. Should be super trivial to implement. We would use a fixed (optionally set) random seed.
We could add a "format fuzzer" for testing, that randomizes a hundred or so things like
keccak_512(md4($p).haval256_4($s))from a list of primitives and runs a --test=0 on each. Should be super trivial to implement. We would use a fixed (optionally set) random seed.