arkworks-rs / curves

Implementations of popular elliptic curves
https://www.arkworks.rs
Apache License 2.0
303 stars 103 forks source link

feat: Add support for constraint usage within ark_bn254 #187

Closed CPerezz closed 11 months ago

CPerezz commented 11 months ago

Description

This modifies the Cargo.toml with the following changes:

It also adds all the necessary module files witin the constraints folder to make it work in 8cb2eaef2af575f9cf46e322a880fc3f12ae56cf

closes: arkworks-rs/algebra#719

cc: @arnaucube

CPerezz commented 11 months ago

Fixing the tests issues. Did not run --all-features locally :pray:

Pratyush commented 11 months ago

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.