Skip to content

Instantly share code, notes, and snippets.

@zooko
Created August 1, 2026 17:27
Show Gist options
  • Select an option

  • Save zooko/b87636ba929bbbb49ef121a41a9ea597 to your computer and use it in GitHub Desktop.

Select an option

Save zooko/b87636ba929bbbb49ef121a41a9ea597 to your computer and use it in GitHub Desktop.
### Small message (64 bytes, one compression of each)
| Hash | GF(2), cost/byte | Prime field, cost/byte |
|---|---|---|
| BLAKE3 | **322** | 235–400 |
| SHA-256 | **694** | 290–490 |
| SHA3-256 | 1,095–1,260 | **2,880** |
### Long message (asymptotic)
| Hash | GF(2), cost/byte | Prime field, cost/byte |
|---|---|---|
| BLAKE3 | **342** | 250–425 |
| SHA-256 | **694** | 290–490 |
| SHA3-256 | 515–590 | **1,355** |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment