UNPKG

@stablelib/sha3

Version:
33 lines (32 loc) 833 B
{ "name": "@stablelib/sha3", "version": "2.0.1", "description": "SHA-3 cryptographic hash function", "main": "./lib/sha3.js", "type": "module", "typings": "./lib/sha3.d.ts", "author": "Dmitry Chestnykh", "license": "MIT", "repository": { "url": "https://github.com/StableLib/stablelib" }, "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/sha3", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "vitest run", "bench": "node ./lib/sha3.bench.js" }, "dependencies": { "@stablelib/binary": "^2.0.1", "@stablelib/hash": "^2.0.0", "@stablelib/wipe": "^2.0.1" }, "devDependencies": { "@stablelib/base64": "^2.0.1", "@stablelib/benchmark": "^2.0.0" }, "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502" }