pqc-kyber
Version:
The post-quantum Kyber key exchange algorithm, written in rust and compiled to wasm
34 lines • 715 B
JSON
{
"name": "pqc-kyber",
"collaborators": [
"Mitchell Berry <foss@mitchellberry.com>"
],
"description": "The post-quantum Kyber key exchange algorithm, written in rust and compiled to wasm",
"version": "0.7.0",
"license": "MIT/Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Argyle-Software/kyber"
},
"files": [
"pqc_kyber_bg.wasm",
"pqc_kyber.js",
"pqc_kyber_bg.js",
"pqc_kyber.d.ts",
"LICENSE-MIT",
"LICENSE-APACHE"
],
"module": "pqc_kyber.js",
"types": "pqc_kyber.d.ts",
"sideEffects": [
"./pqc_kyber.js",
"./snippets/*"
],
"keywords": [
"kyber",
"kem",
"key-exchange",
"kex",
"post-quantum"
]
}