Mohammad Asif cf937194cb Removed un-waned things 1. 5 ay önce
..
lib cf937194cb Removed un-waned things 1. 5 ay önce
node_modules cf937194cb Removed un-waned things 1. 5 ay önce
.travis.yml cf937194cb Removed un-waned things 1. 5 ay önce
LICENSE cf937194cb Removed un-waned things 1. 5 ay önce
browser.js cf937194cb Removed un-waned things 1. 5 ay önce
index.js cf937194cb Removed un-waned things 1. 5 ay önce
package.json cf937194cb Removed un-waned things 1. 5 ay önce
readme.md cf937194cb Removed un-waned things 1. 5 ay önce

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