Update changelog

This commit is contained in:
winderica
2024-04-05 05:36:38 +08:00
parent 0686b89729
commit b5956aa985

View File

@@ -23,6 +23,8 @@
- Add `UInt::rotate_{left,right}_in_place`.
- Add `{Boolean,UInt}::not_in_place`.
- Add `UInt::{from_bytes_le, from_bytes_be, to_bytes_be}`.
- [\#144](https://github.com/arkworks-rs/r1cs-std/pull/144)
- Add `ToConstraintFieldGadget` bounds to `CurveVar` and `FieldVar`
### Improvements