Skip to content
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

Merged
merged 1 commit into from
Jun 26, 2024
Merged

SOT-127: FRI implementation #9

merged 1 commit into from
Jun 26, 2024

Conversation

VanhGer
Copy link
Contributor

@VanhGer VanhGer commented Apr 8, 2024

No description provided.

Copy link

linear bot commented Apr 8, 2024

Copy link

@github-advanced-security github-advanced-security bot left a 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.

fri/src/hasher.rs Fixed Show fixed Hide fixed
fri/src/hasher.rs Fixed Show fixed Hide fixed
fri/src/fiat_shamir/mod.rs Fixed Show fixed Hide fixed
fri/src/fiat_shamir/mod.rs Fixed Show fixed Hide fixed
fri/fri.md Show resolved Hide resolved
fri/src/merkle_tree.rs Fixed Show fixed Hide fixed
fri/src/merkle_tree.rs Fixed Show fixed Hide fixed
fri/src/merkle_tree.rs Fixed Show fixed Hide fixed
fri/src/merkle_tree.rs Fixed Show fixed Hide fixed
fri/src/merkle_tree.rs Fixed Show fixed Hide fixed
fri/src/hasher.rs Fixed Show fixed Hide fixed
fri/examples/example.rs Outdated Show resolved Hide resolved
@zk-steve
Copy link
Contributor

zk-steve commented May 19, 2024

  • Remember to squash all commits before merging and resolve all the comments


/// 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

field coset is never read
/// 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

field coset is never read
@zk-steve zk-steve merged commit 58e1026 into main Jun 26, 2024
6 checks passed
@zk-steve zk-steve deleted the fri branch June 26, 2024 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants