You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
699 B

  1. ## Pending
  2. ### Breaking changes
  3. - Requires all crates from `arkworks-rs/algebra` to have version `v0.2.0` or greater.
  4. ### Features
  5. - #3 Add constraints for
  6. `ark-bls12-377`,
  7. `ark-ed-on-bls12-377`,
  8. `ark-ed-on-bls12-381`,
  9. `ark-ed-on-bn254`,
  10. `ark-ed-on-cp6-782`,
  11. `ark-ed-on-bw6-761`,
  12. `ark-ed-on-mnt4-298`,
  13. `ark-ed-on-mnt4-753`,
  14. `ark-mnt4-298`,
  15. `ark-mnt6-298`,
  16. `ark-mnt4-753`,
  17. `ark-mnt6-753`
  18. - #7 Add benchmarks for Edwards curves
  19. - #19 Change field constants to be provided as normal strings, instead of in montgomery form.
  20. ### Bug fixes
  21. - #28 fix broken documentation links
  22. ## v0.1.0
  23. Initial Release