-
Notifications
You must be signed in to change notification settings - Fork 174
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
Migrate to use new Winterfell release #1658
base: next
Are you sure you want to change the base?
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.
LGTM!
Left a few questions
@@ -9,6 +9,7 @@ use verifier_recursive::{generate_advice_inputs, VerifierData}; | |||
|
|||
// Note: Changes to MidenVM may cause this test to fail when some of the assumptions documented | |||
// in `stdlib/asm/crypto/stark/verifier.masm` are violated. | |||
#[ignore = "depends on horner_eval_*"] |
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.
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.
Once, this and #1656 are merged, there should be another PR updating the MASM code to remove the above #[ignore]
.
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.
Looks good! Thank you! I think we'll merge this after miden-crypto
v0.14.0 is released, right?
Also, one question: should we wait to merge it until #1652 is merged? This way, we won't need to migrate miden-base
to the latest Winterfell. Though, maybe this wouldn't be a problem anyways.
That's my thinking as well.
I think it should not be a problem but it is fine both ways |
No description provided.