mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Introduces the Blake2b F compression function as a precompile in Pantheon as specified in ethereum/EIPs#2129 Using the test vectors from https://github.com/keep-network/go-ethereum/blob/f-precompile/core/vm/contracts_test.go#L350 Implementation of Blake2b F compression function ported from https://github.com/keep-network/blake2 (BSD license) Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>