Skip to content

Commit

Permalink
refactor: make hints code public (lambdaclass#988)
Browse files Browse the repository at this point in the history
* refactor: make hints code public

* Update Changelog

* Update Changelog

---------

Co-authored-by: Pedro Fontana <pedro.fontana@lamdaclass.com>
  • Loading branch information
2 people authored and lukisanumi committed Jun 23, 2023
1 parent 63a7390 commit 5f0cd03
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 128 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
segments.write_arg(ids.keccak_ptr, output_values)
```

* Make hints code `src/hint_processor/builtin_hint_processor/hint_code.rs` public [#988](https://github.com/lambdaclass/cairo-rs/pull/988)

* Implement hints on uint384 lib (Part 1) [#960](https://github.com/lambdaclass/cairo-rs/pull/960)

`BuiltinHintProcessor` now supports the following hints:
Expand Down

0 comments on commit 5f0cd03

Please sign in to comment.