Skip to main content

read_field_vec_with_cfg

Function read_field_vec_with_cfg 

Source
pub fn read_field_vec_with_cfg<F>(bytes: &[u8], field_cfg: &F::Config) -> Vec<F>
where F: PrimeField, F::Inner: ConstTranscribable,