hyperledger/besu-native

Native implementation for Blake2f

Closed this issue · 0 comments

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.