Skip to content

Commit

Permalink
oops: use evals instead of share.evals()?
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutoski committed Sep 3, 2024
1 parent 3cb124b commit 6179d54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vid/src/advz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,7 @@ where
let verification_iter = parallelizable_slice_iter(&multiplicities).map(|i| {
let range = i * polys_len..(i + 1) * polys_len;
let aggregate_eval = polynomial_eval(
share
.evals()?
evals
.get(range.clone())
.ok_or_else(|| {
VidError::Internal(anyhow::anyhow!(
Expand Down

0 comments on commit 6179d54

Please sign in to comment.