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 sadoci committed Jan 27, 2023
1 parent 74a1e32 commit ec43348
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 ec43348

Please sign in to comment.