Function to_field_checked

Source
pub fn to_field_checked<F, const NBITS: usize>(
    scalar: F,
    endo: F,
    w: &mut Witness<F>,
) -> F
where F: FieldWitness,