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.

32 lines
1.3 KiB

  1. ## v0.2.0
  2. ### Breaking changes
  3. - Requires all crates from `arkworks-rs/algebra` to have version `v0.2.0` or greater.
  4. ### Features
  5. - [\#3](https://github.com/arkworks-rs/curves/pull/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](https://github.com/arkworks-rs/curves/pull/7) Add benchmarks for Edwards curves.
  19. - [\#19](https://github.com/arkworks-rs/curves/pull/19) Change field constants to be provided as normal strings, instead of in Montgomery form.
  20. ### Improvements
  21. - [\#42](https://github.com/arkworks-rs/curves/pull/42) Remove the dependency of `rand_xorshift`.
  22. ### Bug fixes
  23. - [\#28](https://github.com/arkworks-rs/curves/pull/28), [\#49](https://github.com/arkworks-rs/curves/pull/49) Fix broken documentation links.
  24. - [\#38](https://github.com/arkworks-rs/curves/pull/38) Compile with `panic='abort'` in release mode, for safety of the library across FFI boundaries.
  25. - [\#45](https://github.com/arkworks-rs/curves/pull/45) Fix `ark-ed-on-mnt4-753`.
  26. ## v0.1.0
  27. Initial Release