-
Notifications
You must be signed in to change notification settings - Fork 196
Added hints felt unpacking for blake. #1994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5cded45
to
91f4b82
Compare
Hi there! Could you give some context of what these new hints do? |
The new blake2s opcode (see #1927 etc) requires that we split felts we would like to hash into 32-bit limbs. These are hints for cairo library code that takes an array of felts and returns an array of 32-bit limbs, with the optimization that felts under 2^63 are encoded in two limbs. |
218656b
to
11a01ba
Compare
11a01ba
to
84c5eea
Compare
84c5eea
to
ea7cf4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ea7cf4c
to
2882905
Compare
vm/src/hint_processor/builtin_hint_processor/builtin_hint_processor_definition.rs
Outdated
Show resolved
Hide resolved
2882905
to
43d3fd4
Compare
43d3fd4
to
d258179
Compare
No description provided.