Files
crystals-kyber-javascript/package.json
antontutoveanu 0716019b2c replaced csprng
2022-08-27 22:02:34 +10:00

18 lines
467 B
JSON

{
"name": "crystals-kyber",
"version": "2.0.1",
"description": "JavaScript implementation of CRYSTALS-KYBER (version 3) post-quantum key exchange algorithm.",
"license": "MIT",
"repository": "antontutoveanu/crystals-kyber-javascript",
"main": "index.js",
"keywords": [
"post-quantum",
"post-quantum-cryptography",
"crystals-kyber",
"javascript"
],
"dependencies": {
"sha3": "^2.1.4"
}
}