-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule algebra
updated
10 files
+13 −0 | .github/workflows/publish-results.yml | |
+24 −0 | .github/workflows/pull-request.yml | |
+20 −7 | test/CMakeLists.txt | |
+5 −5 | test/curves.cpp | |
+83 −145 | test/curves_static.cpp | |
+2 −2 | test/fields.cpp | |
+6 −5 | test/multiexp.cpp | |
+7 −7 | test/pairing.cpp | |
+2 −2 | test/short_weierstrass_coordinates.cpp | |
+0 −44 | test/wnaf.cpp |
Submodule zk
updated
5 files
+124 −291 | test/detail/circuits.hpp | |
+5 −4 | test/placeholder_common_data.cpp | |
+25 −142 | test/placeholder_proof.cpp | |
+7 −6 | test/plonk_assignment_table.cpp | |
+3 −2 | test/plonk_constraint_system.cpp |