mirror of
https://github.com/antontutoveanu/crystals-kyber-javascript.git
synced 2026-01-10 05:47:55 -05:00
18 lines
467 B
JSON
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"
|
|
}
|
|
}
|