{
    "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"
    }
}
