pub fn inner_product<F: Field>(lhs: &[F], rhs: &[F]) -> F
Compute inner product of 2 slice of Field.
Field