@stablelib/xchacha20
Version:
XChaCha20 stream cipher
40 lines (39 loc) • 930 B
JSON
{
"name": "@stablelib/xchacha20",
"version": "2.0.1",
"description": "XChaCha20 stream cipher",
"main": "./lib/xchacha20.js",
"type": "module",
"typings": "./lib/xchacha20.d.ts",
"contributors": [
{
"name": "Dmitry Chestnykh"
},
{
"name": "Kyle Den Hartog"
}
],
"license": "MIT",
"repository": {
"url": "https://github.com/StableLib/stablelib"
},
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/xchacha20",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "vitest run",
"bench": "node ./lib/xchacha20.bench.js"
},
"dependencies": {
"@stablelib/binary": "^2.0.1",
"@stablelib/chacha": "^2.0.1",
"@stablelib/wipe": "^2.0.1"
},
"devDependencies": {
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.1"
},
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}