Skip to content

Commit

Permalink
Merge branch 'main' into improve-ring-proof-test-vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Aug 21, 2024
2 parents 601817f + b6a6d8d commit 2766fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ where
piop_params: PiopParams<S>,
}

// Required evaluation domain size for the given ring size.
// Evaluation domain size required for the given ring size.
#[inline(always)]
fn domain_size<S: RingSuite>(ring_size: usize) -> usize {
1 << ark_std::log2(ring_size + ScalarField::<S>::MODULUS_BIT_SIZE as usize + 4)
Expand Down

0 comments on commit 2766fb0

Please sign in to comment.