Skip to content

Commit

Permalink
Merge pull request #294 from dajiaji/follow-deno-update
Browse files Browse the repository at this point in the history
Add support for importKey for P-521 public key on Deno.
  • Loading branch information
dajiaji authored Jan 28, 2024
2 parents 5cdfa76 + 47b26b1 commit 9c9d2e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/kemContext.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,6 @@ describe("importKey", () => {
});

it("should return a valid public key for DhkemP521HkdfSha512 from JWK", async () => {
if (isDeno()) {
return;
}
const kemContext = new DhkemP521HkdfSha512();

const jwk = {
Expand Down

0 comments on commit 9c9d2e5

Please sign in to comment.