pub fn inner_product_unchecked<F, FE>(
    a: impl Iterator<Item = FE>,
    b: impl Iterator<Item = F>
) -> FE
where F: Field, FE: ExtensionField<F>,
Expand description

Computes the inner product of two vectors without checking that the lengths are equal