fix test format descrition
This commit is contained in:
parent
48143056b9
commit
7ba238a1e8
|
@ -8,9 +8,9 @@ The test data is declared in a `data.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
input:
|
input:
|
||||||
blob: List[Blob] -- the data blob
|
blobs: List[Blob] -- the data blob
|
||||||
commitment: List[KZGCommitment] -- the KZG commitment to the data blob
|
commitments: List[KZGCommitment] -- the KZG commitment to the data blob
|
||||||
proof: List[KZGProof] -- The KZG proof
|
proofs: List[KZGProof] -- The KZG proof
|
||||||
output: bool -- true (all proofs are valid) or false (some proofs incorrect)
|
output: bool -- true (all proofs are valid) or false (some proofs incorrect)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue