You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nova accepts circuits written with bellpepper. If one writes a middleware (analogous to Noir's arkworks backend) to parse and load ACIR (and witness) into a bellpepper circuit, one can then prove the execution of Noir programs with Nova.
The text was updated successfully, but these errors were encountered:
srinathsetty
changed the title
Middleware to compile Noir's ACIR into R1CS supported by Nova
Middleware to load Noir's ACIR into R1CS supported by Nova
Dec 4, 2023
* chore: Refactor CUDA feature dependencies in Cargo.toml
- Removed unused neptune cuda feature in the project's `Cargo.toml`
Closesmicrosoft#275
* Enable `grumpkin-msm` CUDA feature
---------
Co-authored-by: François Garillot <francois@garillot.net>
Nova accepts circuits written with bellpepper. If one writes a middleware (analogous to Noir's arkworks backend) to parse and load ACIR (and witness) into a bellpepper circuit, one can then prove the execution of Noir programs with Nova.
The text was updated successfully, but these errors were encountered: