Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + var BlsVerificationABIType = abi.MustNewType("tuple(bytes[], bytes)") + var IV = [8]uint64 + func EngineExtrasEventABI() string + func EngineMetaEventABI() string + func F(h *[8]uint64, m [16]uint64, c [2]uint64, f bool, rounds uint32) + func ReadTestCase(t *testing.T, path string, f func(t *testing.T, c *TestCase)) + type Precompiled struct + func NewPrecompiled() *Precompiled + func (p *Precompiled) CanRun(c *runtime.Contract, _ runtime.Host, config *chain.ForksInTime) bool + func (p *Precompiled) Name() string + func (p *Precompiled) Run(c *runtime.Contract, host runtime.Host, config *chain.ForksInTime) *runtime.ExecutionResult + type TestCase struct + Expected []byte + Gas uint64 + Input []byte + Name string