Closed kirk-baird closed 4 years ago
Fuzz targets for BLS12-381 serialisation have been added to ensure there are no panics in the serialization functions.
Fuzzers can be run as follows (e.g. for bls381_deserialize_g1)
bls381_deserialize_g1
cargo fuzz run bls381_deserialize_g1
Note it must be run in nightly (rustup default nightly).
rustup default nightly
What has been done
Fuzz targets for BLS12-381 serialisation have been added to ensure there are no panics in the serialization functions.
Fuzzers can be run as follows (e.g. for
bls381_deserialize_g1
)Note it must be run in nightly (
rustup default nightly
).