Skip to content

Commit

Permalink
Remove unuse test
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Nov 12, 2024
1 parent de75ab4 commit 18be25a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/derive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ describe("Functions: derive & derivePadded", () => {
expect(bufferEqual(deriveAB, derivePaddedAB)).toBe(true);
});

it("should be equal: derive(privateKeyB, publicKeyA) == derivePadded(privateKeyB, publicKeyA)", async () => {
expect(bufferEqual(deriveBA, derivePaddedBA)).toBe(true);
});

it("should be equal: derivePadded(privateKeyA, publicKeyB) == derivePadded(privateKeyB, publicKeyA)", async () => {
expect(bufferEqual(derivePaddedBA, derivePaddedAB)).toBe(true);
});
Expand Down

0 comments on commit 18be25a

Please sign in to comment.