pub fn corrupt_der_deterministic(der: &[u8], variant: &str) -> Vec<u8> ⓘExpand description
Choose a corruption strategy deterministically from variant and apply it to der.
The same (der, variant) pair always produces the same corrupted output.