pub fn div_scalar<T: Integer + Copy>(a: &Seq<T>, scalar: T, p: T) -> Seq<T>
Scalar division in R_p. Returns a / scalar mod p.
R_p
a / scalar mod p