Function write_es5

Source
pub fn write_es5<W: Write>(
    writer: &mut W,
    vectors: &TestVectors,
    param_type: ParamType,
    deterministic: bool,
    seed: Option<[u8; 32]>,
) -> Result<()>