arkworks-rs / crypto-primitives

Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them
https://www.arkworks.rs
Apache License 2.0
165 stars 79 forks source link

Fix according to breaking changes in `r1cs-std` #126

Closed autquis closed 8 months ago

autquis commented 8 months ago

Just a refactor according to arkworks-rs/r1cs-std#135 (and see the comment below)


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

autquis commented 8 months ago

Now, this PR is also a fix according to breaking changes in arkworks-rs/r1cs-std#121

autquis commented 8 months ago

Thanks for merging! @Pratyush However, I did not see that arkworks-rs/r1cs-std#136 got merged, so the Cargo.toml is incorrect now. (I wanted to update it after add-convert-traits-to-prelude getting merged). Could you update it, please? Or I can create a new PR if necessary.

Pratyush commented 8 months ago

Oops, made a new PR #127 to fix it.