div_by_2

Function div_by_2 

Source
pub(crate) fn div_by_2<const LIMBS: usize>(
    a: &Uint<LIMBS>,
    modulus: &Uint<LIMBS>,
) -> Uint<LIMBS>