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

MSM FFA: Create msm/ffa folder & structure #1904

Merged
merged 6 commits into from
Mar 5, 2024

Conversation

volhovm
Copy link
Member

@volhovm volhovm commented Mar 5, 2024

Creates a directory structure for having /ffa code.

Parent branch PR: #1839

Part of #1791 .

@volhovm volhovm requested a review from dannywillems March 5, 2024 14:24
@volhovm volhovm force-pushed the volhovm/1793-msm-foreign-field-addition-part1 branch from 69121e9 to 7c4d7f3 Compare March 5, 2024 15:00
Base automatically changed from volhovm/1790-connect-expr-framework-with-prover to master March 5, 2024 15:26
@volhovm volhovm force-pushed the volhovm/1793-msm-foreign-field-addition-part1 branch from 7c4d7f3 to 68ed4c8 Compare March 5, 2024 16:35
@@ -41,7 +42,7 @@ pub fn main() {

let circuit_env = generate_random_msm_witness();
let proof_inputs = circuit_env.get_witness();
let constraint_exprs = circuit_env.get_exprs_add();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a follow-up: we can move the main file in the subdirectory I think

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do

/// ```
/// A list of such constraints is used to represent the entire circuit and will
/// be used to build the quotient polynomial.
pub type MSMExpr<F> = Expr<ConstantExpr<F>, Column>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a follow-up: I think expr.rs can be deleted. We only need the generalized definition of Column.

Copy link
Member

@dannywillems dannywillems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Need to merge master into the branch.

@volhovm volhovm merged commit 8a26ef7 into master Mar 5, 2024
4 checks passed
@volhovm volhovm deleted the volhovm/1793-msm-foreign-field-addition-part1 branch March 5, 2024 19:36
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.

2 participants