Skip to content

Commit

Permalink
Fix commitment type description #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankrad committed Mar 4, 2023
1 parent ef59d3c commit 889be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/formats/kzg/compute_blob_kzg_proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output: KZGProof -- The blob KZG proof
```

- `blob` here is encoded as a string: hexadecimal encoding of `4096 * 32 = 131072` bytes, prefixed with `0x`.
- `commitment` here is encoded as a string: hexadecimal encoding of `32` bytes, prefixed with `0x`.
- `commitment` here is encoded as a string: hexadecimal encoding of `48` bytes, prefixed with `0x`.

All byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with `0x`.

Expand Down

0 comments on commit 889be90

Please sign in to comment.