Skip to content

Commit

Permalink
Update EIP-3074: fix misaligned memory description
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
lightclient committed Dec 20, 2023
1 parent 0a72b16 commit 94237c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EIPS/eip-3074.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ A new opcode `AUTH` shall be created at `0xf6`. It shall take three stack elemen
The final two stack arguments (`offset` and `length`) describe a range of memory. The format of the contents of that range is:

- `memory[offset : offset+1 ]` - `yParity`
- `memory[offset+32 : offset+33]` - `r`
- `memory[offset+64 : offset+65]` - `s`
- `memory[offset+96 : offset+97]` - `commit`
- `memory[offset+1 : offset+33]` - `r`
- `memory[offset+33 : offset+65]` - `s`
- `memory[offset+65 : offset+97]` - `commit`

#### Output

Expand Down

0 comments on commit 94237c2

Please sign in to comment.