Skip to content

Commit 206575f

Browse files
authored
hybridkem-x-wing: bump mlkem to 2.5.0. (#568)
1 parent 3dc8004 commit 206575f

File tree

5 files changed

+7
-16
lines changed

5 files changed

+7
-16
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"./packages/ml-kem/samples/deno"
2222
],
2323
"imports": {
24-
"@dajiaji/mlkem": "npm:mlkem@^2.5.0",
24+
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.5.0",
2525
"@deno/dnt": "jsr:@deno/[email protected]",
2626
"@noble/curves/ed25519": "npm:@noble/curves@^1.9.6/ed25519",
2727
"@noble/curves/ed448": "npm:@noble/curves@^1.9.6/ed448",

deno.lock

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hybridkem-x-wing/deno.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "0.5.2",
44
"exports": "./mod.ts",
55
"imports": {
6-
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.3.1",
7-
"@noble/hashes": "npm:@noble/hashes@^1.8.0"
6+
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.5.0"
87
},
98
"publish": {
109
"exclude": [

packages/hybridkem-x-wing/src/xWing.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { sha3_256, shake256 } from "@noble/hashes/sha3";
21
// @ts-ignore: Unreachable code error
3-
import { MlKem768 } from "@dajiaji/mlkem";
2+
import { MlKem768, sha3_256, shake256 } from "@dajiaji/mlkem";
43

54
import type {
65
JsonWebKeyExtended,

0 commit comments

Comments
 (0)