2026-02-16 06:00:13 +00:00

42 lines
1.1 KiB
JSON

{
"name": "@stablelib/xchacha20poly1305",
"version": "2.0.1",
"description": "XChaCha20-Poly1305 AEAD (draft-irtf-cfrg-xchacha-01)",
"main": "./lib/xchacha20poly1305.js",
"type": "module",
"typings": "./lib/xchacha20poly1305.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/xchacha20poly1305",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "vitest run",
"bench": "node ./lib/xchacha20poly1305.bench.js"
},
"dependencies": {
"@stablelib/aead": "^2.0.0",
"@stablelib/chacha20poly1305": "^2.0.1",
"@stablelib/constant-time": "^2.0.1",
"@stablelib/wipe": "^2.0.1",
"@stablelib/xchacha20": "^2.0.1"
},
"devDependencies": {
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.1"
},
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}