Mohammad Asif cf937194cb Removed un-waned things 1. преди 6 месеца
..
lib cf937194cb Removed un-waned things 1. преди 6 месеца
node_modules cf937194cb Removed un-waned things 1. преди 6 месеца
.travis.yml cf937194cb Removed un-waned things 1. преди 6 месеца
LICENSE cf937194cb Removed un-waned things 1. преди 6 месеца
browser.js cf937194cb Removed un-waned things 1. преди 6 месеца
index.js cf937194cb Removed un-waned things 1. преди 6 месеца
package.json cf937194cb Removed un-waned things 1. преди 6 месеца
readme.md cf937194cb Removed un-waned things 1. преди 6 месеца

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