Skip to content

Commit

Permalink
make layout section more explicit
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Patel <[email protected]>
  • Loading branch information
anoushk1234 and riptl committed Oct 17, 2023
1 parent 1f94e08 commit 4e3608c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/0064-transaction-receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ efficiency would be roughly the same. Below are the two layouts:
[0x33..0x40] Merkle-Damgard Padding
```

**Optimised Case:**
**Potentially Optimised Case:**

```txt
// SHA block 0 (precomputed)
Expand Down Expand Up @@ -214,7 +214,7 @@ hash(0x0, version, status, message_hash)
a small set of possible combinations could be aligned to the
hash function block size and precomputed. (Such as `version`
and `status`). For now, this micro-optimization would yield
no performance improvements.
no performance improvements as mentioned above.

### Transaction Receipt Tree

Expand Down

0 comments on commit 4e3608c

Please sign in to comment.