UNPKG

@stablelib/poly1305

Version:

Poly1305 one-time message authentication code

33 lines (32 loc) 870 B
{ "name": "@stablelib/poly1305", "version": "2.0.1", "description": "Poly1305 one-time message authentication code", "main": "./lib/poly1305.js", "type": "module", "typings": "./lib/poly1305.d.ts", "author": "Dmitry Chestnykh", "license": "MIT", "repository": { "url": "https://github.com/StableLib/stablelib" }, "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/poly1305", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "vitest run", "bench": "node ./lib/poly1305.bench.js" }, "dependencies": { "@stablelib/constant-time": "^2.0.1", "@stablelib/wipe": "^2.0.1" }, "devDependencies": { "@stablelib/benchmark": "^2.0.0", "@stablelib/bytes": "^2.0.1", "@stablelib/hex": "^2.0.1" }, "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502" }