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.

30 lines
1.0 KiB

  1. ## Pending
  2. ### Breaking changes
  3. - #12 Make the `ToBitsGadget` impl for `FpVar` output fixed-size
  4. ### Features
  5. ### Improvements
  6. - #5 Speedup BLS-12 pairing
  7. - #13 Add `ToConstraintFieldGadget` to `ProjectiveVar`
  8. - #15, #16 Allow `cs` to be `None` when converting a Montgomery point into a Twisted Edwards point
  9. - #20 Add `CondSelectGadget` impl for `UInt`s
  10. - #21 Add `UInt128`
  11. - #22 Reduce density of `three_bit_cond_neg_lookup`
  12. - #23 Reduce allocations in `UInt`s
  13. - #33 Speedup scalar multiplication by a constant
  14. - #35 Construct a `FpVar` from bits
  15. - #36 Implement `ToConstraintFieldGadget` for `Vec<Uint8>`
  16. - #40 Faster scalar multiplication for Short Weierstrass curves by relying on affine formulae
  17. ### Bug fixes
  18. - #8 Fix bug in `three_bit_cond_neg_lookup` when using a constant lookup bit
  19. - #9 Fix bug in `short_weierstrass::ProjectiveVar::to_affine`
  20. - #29 Fix `to_non_unique_bytes` for `BLS12::G1Prepared`
  21. - #34 Fix `mul_by_inverse` for constants
  22. - #42 Fix regression in `mul_by_inverse` constraint count
  23. ## v0.1.0
  24. Initial release