parent
ab5afd38f3
commit
66a4d2a896
|
@ -33,7 +33,6 @@ describe("C-KZG", () => {
|
|||
});
|
||||
|
||||
it("computes the correct commitments and aggregate proof from blobs", () => {
|
||||
expect(false).toBe(true);
|
||||
let blobs = new Array(2).fill(0).map(generateRandomBlob);
|
||||
let commitments = blobs.map(blobToKzgCommitment);
|
||||
let proof = computeAggregateKzgProof(blobs);
|
||||
|
|
Loading…
Reference in New Issue