Skip to content

Commit

Permalink
Update src/common.h
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Traglia <[email protected]>
  • Loading branch information
asn-d6 and jtraglia committed Aug 5, 2024
1 parent 3112ba0 commit d065133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/rust/src/bindings/generated.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ typedef struct {
*/
fr_t *roots_of_unity;
/**
* Roots of unity in bit-reversed order.
* Roots of unity for the subgroup of size `domain_size` in bit-reversed order.
*
* This array is derived by applying a bit-reversal permutation to `roots_of_unity`
* excluding the last element. Essentially:
Expand Down

0 comments on commit d065133

Please sign in to comment.