mlkem
Version:
An ML-KEM/CRYSTALS-KYBER implementation written in TypeScript for various JavaScript runtimes
53 lines • 1.19 kB
JSON
{
"name": "mlkem",
"version": "2.3.1",
"description": "An ML-KEM/CRYSTALS-KYBER implementation written in TypeScript for various JavaScript runtimes",
"keywords": [
"crystals-kyber",
"ml-kem",
"mlkem",
"fips203",
"kyber",
"kem",
"security",
"encryption",
"pqc",
"post-quantum"
],
"author": "Ajitomi Daisuke",
"homepage": "https://github.com/dajiaji/crystals-kyber-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dajiaji/crystals-kyber-js.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dajiaji/crystals-kyber-js/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"types": "./esm/mod.d.ts",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "node test_runner.js"
},
"sideEffects": false,
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@noble/hashes": "^1.7.1"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.18.0"
},
"_generatedBy": "dnt@dev"
}