alert / js / node_modules / diffie-hellman /
@Réz István Réz István authored on 18 Nov 2021
..
lib first commit 3 years ago
node_modules/ bn.js first commit 3 years ago
.travis.yml first commit 3 years ago
LICENSE first commit 3 years ago
browser.js first commit 3 years ago
index.js first commit 3 years ago
package.json first commit 3 years ago
readme.md first commit 3 years ago
readme.md

diffie hellman Build Status

pure js diffie-hellman, same api as node, most hard parts thanks to bn.js by @indutny. In node just returns an object with crypto.createDiffieHellman and crypto.getDiffieHellman in the browser returns a shim. To require the pure JavaScript one in node require('diffie-hellman/browser');;