katoikia-app/web-ui/web-react/node_modules/diffie-hellman
Maria Sanchez 5abf040b42 fix web ui template 2022-07-05 22:15:11 -06:00
..
lib fix web ui template 2022-07-05 22:15:11 -06:00
node_modules/bn.js fix web ui template 2022-07-05 22:15:11 -06:00
.travis.yml fix web ui template 2022-07-05 22:15:11 -06:00
LICENSE fix web ui template 2022-07-05 22:15:11 -06:00
browser.js fix web ui template 2022-07-05 22:15:11 -06:00
index.js fix web ui template 2022-07-05 22:15:11 -06:00
package.json fix web ui template 2022-07-05 22:15:11 -06:00
readme.md fix web ui template 2022-07-05 22:15:11 -06:00

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