File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
kevm-pyk/src/kevm_pyk/kproj/evm-semantics Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1818,9 +1818,14 @@ Precompiled Contracts
1818
1818
```
1819
1819
1820
1820
- ` ECREC ` performs ECDSA public key recovery.
1821
- - ` SHA256 ` performs the SHA2-257 hash function.
1821
+ - ` SHA256 ` performs the SHA2-256 hash function.
1822
1822
- ` RIP160 ` performs the RIPEMD-160 hash function.
1823
1823
- ` ID ` is the identity function (copies input to output).
1824
+ - ` MODEXP ` performs arbitrary-precision modular exponentiation.
1825
+ - ` ECADD ` performs point addition on the elliptic curve alt_bn128.
1826
+ - ` ECMUL ` performs scalar multiplication on the elliptic curve alt_bn128.
1827
+ - ` ECPAIRING ` performs an optimal ate pairing check on the elliptic curve alt_bn128.
1828
+ - ` BLAKE2F ` performs the compression function F used in the BLAKE2 hashing algorithm.
1824
1829
1825
1830
``` k
1826
1831
syntax PrecompiledOp ::= "ECREC"
You can’t perform that action at this time.
0 commit comments