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
std::hash::keccak256 is currently written implying that it will support inputs of multiple blocks however attempting to provide inputs in excess of 136 bytes will fail as we attempt to write them into an array with the capacity to hold only a single block.
We should add testing for multi-block hash inputs and fix this issue.
The text was updated successfully, but these errors were encountered:
std::hash::keccak256
is currently written implying that it will support inputs of multiple blocks however attempting to provide inputs in excess of 136 bytes will fail as we attempt to write them into an array with the capacity to hold only a single block.We should add testing for multi-block hash inputs and fix this issue.
The text was updated successfully, but these errors were encountered: