UNPKG

noble-xwing

Version:

Typescript implementation of the X-Wing hybrid Post Quantum KEM using the noble library, as outlined in https://eprint.iacr.org/2024/039.

27 lines (24 loc) 592 B
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": "CommonJS", "skipLibCheck": true, "isolatedModules": true, "moduleDetection": "force", "esModuleInterop": true, "noEmit": false, "outDir": "dist", "declaration": true, "incremental": false, "sourceMap": true, /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noUncheckedIndexedAccess": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, "include": ["src"] }