-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use quotient domain instead of FRI domain wherever applicable
- in low-degree extension (LDE): - use optimally sized subgroup for fast interpolation of columns - drop unnecessary parameter - perform LDE over two domains: quotient and FRI - use codewords over quotient domain to perform most computation - only at the very end, LDE combination codeword to FRI domain - rename `FriDomain` to `ArithmeticDomain` - only ever interpolate and evaluate over `BFieldElements` - remove duplicate FRI domain in struct `Stark`. - change variable names and wording: - “omicron” is now “trace domain generator” - “omega” is now “FRI domain generator”
- Loading branch information
Showing
15 changed files
with
624 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.