Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 5, 2024
1 parent 24b2100 commit e1a8014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cryptography/kzg_multi_open/src/fk20/cosets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub fn reverse_bit_order<T>(a: &mut [T]) {
/// Generate all of the field elements needed to generate the cosets.
///
/// - num_points denotes how many points we want to open the polynomial at.
/// `num_points` can also be seen as the size of the domain.
/// - num_cosets denotes how many cosets we want to generate, analogously how many proofs we want to produce.
///
/// Returns a `Vec<Scalar>` containing the generated coset elements with length `num_cosets`
Expand Down

0 comments on commit e1a8014

Please sign in to comment.