UNPKG

@aldenml/ecc

Version:
88 lines (87 loc) 1.88 kB
{ "name": "@aldenml/ecc", "version": "1.1.0", "description": "elliptic curves crypto functions", "main": "index.js", "types": "./dist/index.d.ts", "files": [ "index.js", "libecc.js", "util.js", "hash.js", "kdf.js", "aead.js", "oprf.js", "opaque.js", "pre.js", "package.json", "tsconfig.json", "ecc.test.js", "util.test.js", "hash.test.js", "mac.test.js", "kdf.test.js", "aead.test.js", "ed25519.test.js", "bls12_381.test.js", "oprf.test.js", "opaque.test.js", "pre.test.js", "sign.test.js", "README.md", "LICENSE", "dist/ecc.dev.js", "dist/ecc.min.js", "dist/index.d.ts", "dist/libecc.d.ts", "dist/util.d.ts", "dist/kdf.d.ts", "dist/aead.d.ts", "dist/oprf.d.ts", "dist/opaque.d.ts", "dist/pre.d.ts" ], "scripts": { "test": "mocha *.test.js", "pack:dev": "webpack --config webpack.config.cjs --env=mode=dev", "pack:prod": "webpack --config webpack.config.cjs --env=mode=prod", "pack": "npm run pack:dev && npm run pack:prod && npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/aldenml/ecc.git" }, "keywords": [ "elliptic-curves", "crypto", "hash", "sha256", "sha512", "ed25519", "ristretto255", "bls12-381", "oprf", "opaque", "pake", "apake", "authentication", "bls-signature", "proxy-re-encryption", "hkdf", "threshold-cryptography", "threshold-signature" ], "author": "aldenml", "license": "MIT", "bugs": { "url": "https://github.com/aldenml/ecc/issues" }, "homepage": "https://github.com/aldenml/ecc/tree/master/bindings/js#ecc", "type": "module", "devDependencies": { "mocha": "^10.2.0", "typescript": "4.5.5", "webpack": "5.76.2", "webpack-cli": "4.9.1" } }