crystals-kyber
Version:
JavaScript implementation of CRYSTALS-KYBER (version 3) post-quantum key exchange algorithm.
18 lines (17 loc) • 467 B
JSON
{
"name": "crystals-kyber",
"version": "5.1.0",
"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"
}
}