Skip to content

Commit

Permalink
feat(CHANGELOG.md): add new provable methods Gadgets.leftShift(), Gad…
Browse files Browse the repository at this point in the history
…gets.rightShift(), and Gadgets.and() to support bitwise operations for native field elements
  • Loading branch information
MartinMinkov committed Nov 2, 2023
1 parent c57dbcd commit dd79c9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased](https://github.com/o1-labs/o1js/compare/e8e7510e1...HEAD)

### Added

- `Gadgets.leftShift() / Gadgets.rightShift()`, new provable method to support bitwise shifting for native field elements. https://github.com/o1-labs/o1js/pull/1194
- `Gadgets.and()`, new provable method to support bitwise and for native field elements. https://github.com/o1-labs/o1js/pull/1193

> No unreleased changes yet
## [0.14.0](https://github.com/o1-labs/o1js/compare/045faa7...e8e7510e1)
Expand Down

0 comments on commit dd79c9f

Please sign in to comment.