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.

63 lines
1.8 KiB

  1. # CHANGELOG
  2. ## Pending
  3. ### Breaking changes
  4. ### Features
  5. ### Improvements
  6. ### Bug fixes
  7. ## v0.3.0
  8. ### Breaking changes
  9. - [\#60](https://github.com/arkworks-rs/curves/pull/60) Change the scalar group generator of `Fr` of `bls12_377` Fr from `11` to `22`.
  10. - [\#61](https://github.com/arkworks-rs/curves/pull/61) Remove `ATE_LOOP_COUNT_IS_NEGATIVE` from BN254 curve parameter.
  11. ### Features
  12. ### Improvements
  13. ### Bug fixes
  14. ## v0.2.0
  15. ### Breaking changes
  16. - Requires all crates from `arkworks-rs/algebra` to have version `v0.2.0` or greater.
  17. ### Features
  18. - [\#3](https://github.com/arkworks-rs/curves/pull/3) Add constraints for
  19. `ark-bls12-377`,
  20. `ark-ed-on-bls12-377`,
  21. `ark-ed-on-bls12-381`,
  22. `ark-ed-on-bn254`,
  23. `ark-ed-on-cp6-782`,
  24. `ark-ed-on-bw6-761`,
  25. `ark-ed-on-mnt4-298`,
  26. `ark-ed-on-mnt4-753`,
  27. `ark-mnt4-298`,
  28. `ark-mnt6-298`,
  29. `ark-mnt4-753`,
  30. `ark-mnt6-753`.
  31. - [\#7](https://github.com/arkworks-rs/curves/pull/7) Add benchmarks for Edwards curves.
  32. - [\#19](https://github.com/arkworks-rs/curves/pull/19) Change field constants to be provided as normal strings, instead of in Montgomery form.
  33. - [\#53](https://github.com/arkworks-rs/curves/pull/53) Add benchmarks for Pallas and Vesta curves.
  34. ### Improvements
  35. - [\#42](https://github.com/arkworks-rs/curves/pull/42) Remove the dependency of `rand_xorshift`.
  36. ### Bug fixes
  37. - [\#28](https://github.com/arkworks-rs/curves/pull/28), [\#49](https://github.com/arkworks-rs/curves/pull/49) Fix broken documentation links.
  38. - [\#38](https://github.com/arkworks-rs/curves/pull/38) Compile with `panic='abort'` in release mode, for safety of the library across FFI boundaries.
  39. - [\#45](https://github.com/arkworks-rs/curves/pull/45) Fix `ark-ed-on-mnt4-753`.
  40. ## v0.1.0
  41. Initial Release