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.

31 lines
1.2 KiB

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