UNPKG

@hpke/hybridkem-x-wing

Version:

A Hybrid Public Key Encryption (HPKE) module extension for X-Wing: general-purpose hybrid post-quantum KEM.

55 lines 1.26 kB
{ "name": "@hpke/hybridkem-x-wing", "version": "0.6.0", "description": "A Hybrid Public Key Encryption (HPKE) module extension for X-Wing: general-purpose hybrid post-quantum KEM.", "keywords": [ "hpke", "ml-kem", "kyber", "x25519", "post-quantum", "pqc", "x-wing", "security", "encryption" ], "author": "Ajitomi Daisuke", "homepage": "https://github.com/dajiaji/hpke-js#readme", "repository": { "type": "git", "url": "git+https://github.com/dajiaji/hpke-js.git" }, "license": "MIT", "bugs": { "url": "https://github.com/dajiaji/hpke-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": { "@hpke/common": "^1.7.3", "@hpke/dhkem-x25519": "^1.6.3", "mlkem": "^2.5.0" }, "devDependencies": { "@types/node": "^20.9.0", "picocolors": "^1.0.0", "@hpke/core": "^1.7.3", "@deno/shim-deno": "~0.18.0" }, "_generatedBy": "dnt@dev" }