Skip to content

Commit 86d65e2

Browse files
authored
base: remove dependency on noble/hashes/sha3. (#615)
1 parent f5341df commit 86d65e2

File tree

4 files changed

+9
-158
lines changed

4 files changed

+9
-158
lines changed

deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.5.0",
2323
"@deno/dnt": "jsr:@deno/[email protected]",
2424
"@noble/curves/secp256k1": "npm:@noble/curves@^1.9.6/secp256k1",
25-
"@noble/hashes/sha3": "npm:@noble/hashes@^1.8.0/sha3",
2625
"@playwright/test": "npm:@playwright/test@^1.54.2",
2726
"@std/assert": "jsr:@std/[email protected]",
2827
"@std/fs": "jsr:@std/[email protected]",

deno.lock

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

npm/import_map.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.6.3",
99
"@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.6.3",
1010
"@noble/curves/secp256k1": "npm:@noble/curves@^1.9.6/secp256k1",
11-
"@noble/hashes/sha3": "npm:@noble/hashes@^1.8.0/sha3",
1211
"@std/assert": "jsr:@std/[email protected]",
1312
"@std/fs": "jsr:@std/[email protected]",
1413
"@std/path": "jsr:@std/[email protected]",

npm/package-lock.json

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

0 commit comments

Comments
 (0)