We should add some fuzz tests which generates random inputs and feeds them into the stdlib implementations of keccak256/sha256/etc. alongside an off-the-shelf rust implementation to give greater assurances about correctness.
Note that this won't work with just a regular fuzz test but will need a rust harness.
We should add some fuzz tests which generates random inputs and feeds them into the stdlib implementations of
keccak256
/sha256
/etc. alongside an off-the-shelf rust implementation to give greater assurances about correctness.Note that this won't work with just a regular fuzz test but will need a rust harness.