{ "name": "pqc-kyber", "collaborators": [ "Mitchell Berry " ], "description": "The post-quantum Kyber key exchange algorithm, written in rust and compiled to wasm", "version": "0.5.0", "license": "MIT/Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Argyle-Software/kyber" }, "files": [ "safe_pqc_kyber_bg.wasm", "safe_pqc_kyber.js", "safe_pqc_kyber_bg.js", "safe_pqc_kyber.d.ts", "LICENSE-MIT", "LICENSE-APACHE" ], "module": "safe_pqc_kyber.js", "types": "safe_pqc_kyber.d.ts", "sideEffects": [ "./safe_pqc_kyber.js", "./snippets/*" ], "keywords": [ "kyber", "kem", "key-exchange", "kex", "post-quantum" ] }