mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
core/vm: enable p256verify on osaka
This commit is contained in:
parent
fb5e6d06aa
commit
e8c3207261
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ var PrecompiledContractsOsaka = PrecompiledContracts{
|
||||||
common.BytesToAddress([]byte{0x0f}): &bls12381Pairing{},
|
common.BytesToAddress([]byte{0x0f}): &bls12381Pairing{},
|
||||||
common.BytesToAddress([]byte{0x10}): &bls12381MapG1{},
|
common.BytesToAddress([]byte{0x10}): &bls12381MapG1{},
|
||||||
common.BytesToAddress([]byte{0x11}): &bls12381MapG2{},
|
common.BytesToAddress([]byte{0x11}): &bls12381MapG2{},
|
||||||
|
|
||||||
|
common.BytesToAddress([]byte{0x1, 0x00}): &p256Verify{},
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrecompiledContractsP256Verify contains the precompiled Ethereum
|
// PrecompiledContractsP256Verify contains the precompiled Ethereum
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue