Skip to content

Commit 539bbd6

Browse files
authored
core/vm: separate opcode group for 0x20 range (#24850)
1 parent 24c590c commit 539bbd6

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)