fix test format descrition

This commit is contained in:
Potuz 2023-08-02 10:40:10 -03:00
parent 48143056b9
commit 7ba238a1e8
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ The test data is declared in a `data.yaml` file:
```yaml
input:
blob: List[Blob] -- the data blob
commitment: List[KZGCommitment] -- the KZG commitment to the data blob
proof: List[KZGProof] -- The KZG proof
blobs: List[Blob] -- the data blob
commitments: List[KZGCommitment] -- the KZG commitment to the data blob
proofs: List[KZGProof] -- The KZG proof
output: bool -- true (all proofs are valid) or false (some proofs incorrect)
```