Sha256: f49aea3d9ef4908ad0d7b7fa08735e77477d336b563d47033b58006c828dea98
Contents?: true
Size: 779 Bytes
Versions: 21
Compression:
Stored size: 779 Bytes
Contents
{ "name": "create-ecdh", "version": "4.0.3", "description": "createECDH but browserifiable", "main": "index.js", "browser": "browser.js", "scripts": { "test": "standard && node test.js | tspec" }, "repository": { "type": "git", "url": "https://github.com/crypto-browserify/createECDH.git" }, "keywords": [ "diffie", "hellman", "diffiehellman", "ECDH" ], "author": "Calvin Metcalf", "license": "MIT", "bugs": { "url": "https://github.com/crypto-browserify/createECDH/issues" }, "homepage": "https://github.com/crypto-browserify/createECDH", "dependencies": { "bn.js": "^4.1.0", "elliptic": "^6.0.0" }, "devDependencies": { "tap-spec": "^1.0.1", "tape": "^3.0.1", "standard": "^5.4.1" } }
Version data entries
21 entries across 21 versions & 6 rubygems