-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOT-127: FRI implementation #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clippy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
58c600d
to
9992e3f
Compare
07e3551
to
28cc8e4
Compare
|
|
||
/// Represents the state of FRI variables in each interaction. | ||
#[derive(Clone)] | ||
pub struct FriLayer<F: PrimeField> { |
Check warning
Code scanning / clippy
field coset is never read Warning
/// Merkle tree constructed from the evaluated values of the committed polynomial at a subset Omega of F. | ||
pub merkle_tree: MerkleTree<F>, | ||
/// Coset value used for polynomial evaluation. | ||
pub coset: F, |
Check warning
Code scanning / clippy
field coset is never read Warning
No description provided.