Skip to content

Commit

Permalink
Add @ts-ignore for @dajiaji/mlkem.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 3, 2024
1 parent e8a0d44 commit 1ca1ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/hybridkem-x-wing/src/hybridkemXWing.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { sha3_256, shake256 } from "@noble/hashes/sha3";
// @ts-ignore
import { MlKem768 } from "@dajiaji/mlkem";

import type {
Expand Down
3 changes: 1 addition & 2 deletions packages/hybridkem-x-wing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"@hpke/common": ["../common/mod.ts"],
"@hpke/core": ["../core/mod.ts"],
"@hpke/dhkem-x25519": ["../dhkem-x25519/mod.ts"],
"@noble/*": ["../../npm/node_modules/@noble/*"],
"@dajiaji/mlkem": ["../../npm/node_modules/mlkem"]
"@noble/*": ["../../npm/node_modules/@noble/*"]
},
"noEmit": true,
"allowImportingTsExtensions": true
Expand Down

0 comments on commit 1ca1ee1

Please sign in to comment.