Mohammad Asif cf937194cb Removed un-waned things 1. il y a 5 mois
..
lib cf937194cb Removed un-waned things 1. il y a 5 mois
node_modules cf937194cb Removed un-waned things 1. il y a 5 mois
.travis.yml cf937194cb Removed un-waned things 1. il y a 5 mois
LICENSE cf937194cb Removed un-waned things 1. il y a 5 mois
browser.js cf937194cb Removed un-waned things 1. il y a 5 mois
index.js cf937194cb Removed un-waned things 1. il y a 5 mois
package.json cf937194cb Removed un-waned things 1. il y a 5 mois
readme.md cf937194cb Removed un-waned things 1. il y a 5 mois

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