hensei-web/node_modules/diffie-hellman
2020-09-11 06:44:42 -07:00
..
lib First commit 2020-09-11 06:44:42 -07:00
node_modules/bn.js First commit 2020-09-11 06:44:42 -07:00
.travis.yml First commit 2020-09-11 06:44:42 -07:00
browser.js First commit 2020-09-11 06:44:42 -07:00
index.js First commit 2020-09-11 06:44:42 -07:00
LICENSE First commit 2020-09-11 06:44:42 -07:00
package.json First commit 2020-09-11 06:44:42 -07:00
readme.md First commit 2020-09-11 06:44:42 -07:00

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');;