-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Construct VampIRValidityPredicateCircuit using a vamp-ir file (#179)
* Update vamp-ir version * Construct VampIRValidityPredicateCircuit using a vamp-ir file Previously VampIRValidityPredicateCircuit was constucted from a Halo2 circuit file that was precompiled by vamp-ir. We can use the vamp-ir `compile` API to perform this step in directly in taiga instead. This change only affects the POC `test_create_vp_from_vamp_ir_file` test.
- Loading branch information
1 parent
6495e72
commit 6694392
Showing
3 changed files
with
23 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters