barretenberg
barretenberg copied to clipboard
Consider a row reference class to replace get_row
currently get_row does unnecessary copying, could have a row reference class that just bundles a ProverPolynomials and row index (can take a lambda x => x.q_arith etc then apply func(prover_polys)[index])