UNPKG

tweetnacl-es6

Version:

Port of TweetNaCl cryptographic library to JavaScript es6

40 lines (39 loc) 1.01 kB
{ "name": "tweetnacl-es6", "version": "1.0.3", "description": "Port of TweetNaCl cryptographic library to JavaScript es6", "main": "nacl-fast-es.js", "module": "nacl-fast-es.js", "type": "module", "directories": { "test": "test" }, "scripts": { "test-all": "node test/test-all.js", "test-quick": "node test/test-quick.js", "test-browser": "node test/browser-quick-start.js /test/browser/index.html", "bench": "node test/benchmark/bench.js", "bench-browser": "node test/browser-quick-start.js /test/benchmark/bench.html" }, "repository": { "type": "git", "url": "https://github.com/hakanols/tweetnacl-es6" }, "keywords": [ "crypto", "cryptography", "curve25519", "ed25519", "encrypt", "hash", "key", "nacl", "poly1305", "public", "salsa20", "signatures" ], "author": "TweetNaCl-js contributors", "license": "Unlicense", "homepage": "https://tweetnacl.js.org" }