-
Notifications
You must be signed in to change notification settings - Fork 34
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
Nova Forward ports (easy) #329
Conversation
3086bcd
to
52fdfbe
Compare
- Companion PR of argumentcomputer/arecibo#329
- Companion PR of argumentcomputer/arecibo#329
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.
I'm fine with merging this, when CI passes
@@ -1115,36 +1120,36 @@ mod tests { | |||
test_pp_digest_with::<PallasEngine, _, _, EE<_>, EE<_>>( | |||
&TrivialCircuit::default(), | |||
&TrivialCircuit::default(), | |||
&expect!["582db42439c0dcfc60d24b023ab83d81d97382ac2efa883c6f23147345efeb01"], | |||
&expect!["e5a6a85b77f3fb958b69722a5a21bf656fd21a6b5a012708a4b086b6be6d2b03"], |
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.
Why do we have changed test vectors?
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.
The changes to the R1CS coefficient matrix in src/bellpepper/r1cs.rs change the R1CSWithArity
(ex-R1CSShape
), and therefore the public parameters, and therefore their hash.
@storojs72 As the note in the PR description indicates, the failure in CI is expected, normal, and fixed by the companion PR. |
…uter#308) * move KZG engine to provider module; update paths everywhere * add a sparse matrix entry only if the coefficient is non-zero; update digests * move test code to place where it is used * move asm to default and add a note * update constants * update link * simplify test_pp_digest
* rename and introduce checks about length * introduce a test about public IO
52fdfbe
to
20ec171
Compare
07d9b1e
* chore: Adapt to Arecibo changes - Companion PR of argumentcomputer/arecibo#329 * chore: point the repo back to dev
* chore: Adapt to Arecibo changes - Companion PR of argumentcomputer/arecibo#329 * chore: point the repo back to dev
* Update SECURITY.md * Update test_shape_cs.rs * Update bignat.rs
Sources:
Overall:
Note
Companion PR at argumentcomputer/lurk-beta#1145