Skip to content

Commit

Permalink
Bump @noble/curves to 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Aug 4, 2024
1 parent c6e27cb commit 55d9acc
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 42 deletions.
12 changes: 4 additions & 8 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/kems/dhkemPrimitives/secp256k1.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore: for "npm:"
import { secp256k1 } from "npm:@noble/curves@1.3.0/secp256k1";
import { secp256k1 } from "npm:@noble/curves@1.4.2/secp256k1";

import type { DhkemPrimitives } from "../../interfaces/dhkemPrimitives.ts";
import type { KdfInterface } from "../../interfaces/kdfInterface.ts";
Expand Down
2 changes: 1 addition & 1 deletion src/kems/dhkemPrimitives/x25519.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore: for "npm:"
import { x25519 } from "npm:@noble/curves@1.3.0/ed25519";
import { x25519 } from "npm:@noble/curves@1.4.2/ed25519";

import type { DhkemPrimitives } from "../../interfaces/dhkemPrimitives.ts";
import type { KdfInterface } from "../../interfaces/kdfInterface.ts";
Expand Down
2 changes: 1 addition & 1 deletion src/kems/dhkemPrimitives/x448.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore: for "npm:"
import { x448 } from "npm:@noble/curves@1.3.0/ed448";
import { x448 } from "npm:@noble/curves@1.4.2/ed448";

import type { DhkemPrimitives } from "../../interfaces/dhkemPrimitives.ts";
import type { KdfInterface } from "../../interfaces/kdfInterface.ts";
Expand Down
14 changes: 7 additions & 7 deletions x/chacha20poly1305/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions x/dhkem-secp256k1/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions x/dhkem-x25519/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions x/dhkem-x448/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55d9acc

Please sign in to comment.