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 gzliudan committed Mar 1, 2024
1 parent ac35f0e commit 62b62da
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 62b62da

Please sign in to comment.