mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 23:41:33 +01:00
Move ConstraintSystem and related traits to own crate, and move gm17 to
own crate.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
|
||||
members = [ "dpc", "algebra", "snark", "snark-gadgets", "bench-utils" ]
|
||||
members = [ "dpc", "algebra", "r1cs-core", "r1cs-lib", "gm17", "snark-gadgets", "bench-utils" ]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user