-
There might be an issue with the field emulation library. The tests associated with bls12-381 emulation with pasta fields pass. However, when I changed the field from bls12-381's base field to BN254's…
-
This is a space where you'll be able to post your final-for-now thoughts on your visual unit projects, your **rhetorical collages.** We've talked in class about what that should include, but the main …
-
* Nova only supports pasta curves. In order to use MACI and solidity on chain verifier, we need support BN256-Grumpkin curves
-
The current definition of this trait is:
https://github.com/privacy-scaling-explorations/halo2curves/blob/main/src/bn256/fr.rs#L336-L338
This is not correct.
`N` is meant to be the order of a s…
-
pasta-curves-0.0.1.0 has an upper-bound constraint on bytestring < 0.11.4.
I haven't checked carefully - is there a special reason for that?
With PVP 0.11.x should be backward compatible, though it …
-
Following examples found in NovaScotia and I get error UnSat, that following Nova docs means: `returned if the supplied witness is not a satisfying witness to a given shape and instance`.
The circu…
-
Following examples found in NovaScotia and I get error UnSat, that following Nova docs means: `returned if the supplied witness is not a satisfying witness to a given shape and instance`.
The circu…
-
Currently the halo2 `CurveExt` trait is not fully implemented except for the pasta curves. The missing function `hash_to_curve` is unimplemented (see [here](https://github.com/privacy-scaling-explorat…
-
simulation proof for zk wouldn't hold bc running claim has info about private document table, namely v is a linear combination of the document table.
-
This repository contains a few crates: lurk, lurk-macros, fcomm and clutch.
We use a few landmark dependencies which version should not differ between those crates:
- bellperson,
- blstrs,
- pasta…