Danny's fix

This commit is contained in:
Potuz 2023-08-02 14:16:31 -03:00
parent 7ba238a1e8
commit b30990330f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Test format: Verify blob KZG proof batch
Use the blob KZG proofs to verify that the KZG commitments for given `blob`s are correct
Use the blob KZG proofs to verify that the KZG commitments for given `blobs` are correct
## Test case format
@ -14,7 +14,7 @@ input:
output: bool -- true (all proofs are valid) or false (some proofs incorrect)
```
- `blob`s here are encoded as a string: hexadecimal encoding of `4096 * 32 = 131072` bytes, prefixed with `0x`.
- `blobs` here are encoded as a string: hexadecimal encoding of `4096 * 32 = 131072` bytes, prefixed with `0x`.
All byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with `0x`.