Skip to content

Commit 2d39612

Browse files
s7v7nislandsjagdeep sidhu
authored andcommitted
core/vm: separate opcode group for 0x20 range (ethereum#24850)
1 parent f91c68b commit 2d39612

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/vm/opcodes.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ const (
6464
SHL OpCode = 0x1b
6565
SHR OpCode = 0x1c
6666
SAR OpCode = 0x1d
67+
)
6768

69+
// 0x20 range - crypto.
70+
const (
6871
KECCAK256 OpCode = 0x20
6972
)
7073

0 commit comments

Comments
 (0)