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.

69 lines
2.1 KiB

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