Skip to main content

bounded_bit_mutations

Function bounded_bit_mutations 

Source
pub fn bounded_bit_mutations(input: &[u8], limit: usize) -> Vec<Vec<u8>>
Expand description

Produces at most limit deterministic one-bit hostile mutations.

The explicit limit keeps decoder corpora bounded in CI and downstream tests.