You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From @vezenovm on Slack re how the function signature could look like:
I think there were some efficiency benefits to using a [u64] however a byte slice is more intuitive and perhaps we can add helper methods to convert between different array types
Submission Checklist
Once I hit submit, I will assign this issue to the Project Board with the appropriate tags.
The text was updated successfully, but these errors were encountered:
Problem
We already have the Keccak256 opcode in ACVM, but we're missing a Noir function to actually call it in Noir programs.
Proposed solution
Create the function in
stdlib
.Additional context
From @vezenovm on Slack re how the function signature could look like:
Submission Checklist
The text was updated successfully, but these errors were encountered: