MS-CIAZDCOIXVRW\Administrator 2994e85081 no message hace 3 años
..
lib 2994e85081 no message hace 3 años
node_modules 2994e85081 no message hace 3 años
.travis.yml 2994e85081 no message hace 3 años
LICENSE 2994e85081 no message hace 3 años
browser.js 2994e85081 no message hace 3 años
index.js 2994e85081 no message hace 3 años
package.json 2994e85081 no message hace 3 años
readme.md 2994e85081 no message hace 3 años

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