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
Besu would benefit from a native implementation of the blake2f function, suitable for the Blake precompile EIP-152. Because this is a part of blake not the single digest function likely we will need a hand written impl or one modified from another library.
The biggest impact would be for the Blake2f_MaxRounds reference test that implements literally the maximum amount of rounds. On chain use is fairly tame.
The text was updated successfully, but these errors were encountered:
Besu would benefit from a native implementation of the blake2f function, suitable for the Blake precompile EIP-152. Because this is a part of blake not the single digest function likely we will need a hand written impl or one modified from another library.
The biggest impact would be for the Blake2f_MaxRounds reference test that implements literally the maximum amount of rounds. On chain use is fairly tame.
The text was updated successfully, but these errors were encountered: