Skip to content

Commit

Permalink
core/vm: separate opcode group for 0x20 range (ethereum#24850)
Browse files Browse the repository at this point in the history
  • Loading branch information
s7v7nislands authored and cp-wjhan committed Dec 1, 2022
1 parent 719db02 commit 53c6e77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/vm/opcodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ const (
SHL OpCode = 0x1b
SHR OpCode = 0x1c
SAR OpCode = 0x1d
)

// 0x20 range - crypto.
const (
KECCAK256 OpCode = 0x20
)

Expand Down

0 comments on commit 53c6e77

Please sign in to comment.