Skip to content

Commit 9074d7e

Browse files
committed
add initial comment
1 parent b824a6a commit 9074d7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cryptography/kzg_multi_open/src/fk20/verifier.rs

+2
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ fn compute_powers(value: Scalar, num_elements: usize) -> Vec<Scalar> {
314314
powers
315315
}
316316

317+
/// Computes `k` Interpolation polynomials and then combines
318+
/// them linearly using `k` values from `r_powers`.
317319
fn compute_sum_interpolation_poly(
318320
coset_domain: &Domain,
319321
bit_reversed_coset_fft_gens: &[CosetFFT],

0 commit comments

Comments
 (0)