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.

33 lines
901 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. ### Improvements
  21. - #42 Remove the dependency of `rand_xorshift`.
  22. ### Bug fixes
  23. - #28 Fix broken documentation links.
  24. - #38 Compile with `panic='abort'` in release mode, for safety of the library across FFI boundaries.
  25. - #45 Fix `ark-ed-on-mnt4-753`.
  26. ## v0.1.0
  27. Initial Release