Closed CPerezz closed 11 months ago
Fixing the tests issues. Did not run --all-features
locally :pray:
Sorry for the trouble, but could you make this PR against the curves folder in arkworks-rs/algebra? We've migrated our specific curve implementations there.
Description
This modifies the
Cargo.toml
with the following changes:ark-r1cs-std
as an optional dependency.ark-curve-constraint-tests
an a dev-dependency.r1cs
feature which activatesark-r1cs-std
depencendy.It also adds all the necessary module files witin the
constraints
folder to make it work in 8cb2eaef2af575f9cf46e322a880fc3f12ae56cfcloses: arkworks-rs/algebra#719
cc: @arnaucube