Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 13, 2023
1 parent 660680a commit 432ae24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

#### Upcoming Changes

* Implement hint on `uint256_mul_div_mod`[#957]
BuiltinHintProcessor now supports the following hint:
* Implement hint on `uint256_mul_div_mod`[#957](https://github.com/lambdaclass/cairo-rs/pull/957)

`BuiltinHintProcessor` now supports the following hint:

```python
a = (ids.a.high << 128) + ids.a.low
Expand Down

0 comments on commit 432ae24

Please sign in to comment.