Function halo2_proofs::arithmetic::compute_inner_product
source · [−]Expand description
This computes the inner product of two vectors a
and b
.
This function will panic if the two vectors are not the same size.