Mohammad Asif cf937194cb Removed un-waned things 1. 5 ヶ月 前
..
lib cf937194cb Removed un-waned things 1. 5 ヶ月 前
node_modules cf937194cb Removed un-waned things 1. 5 ヶ月 前
.travis.yml cf937194cb Removed un-waned things 1. 5 ヶ月 前
LICENSE cf937194cb Removed un-waned things 1. 5 ヶ月 前
browser.js cf937194cb Removed un-waned things 1. 5 ヶ月 前
index.js cf937194cb Removed un-waned things 1. 5 ヶ月 前
package.json cf937194cb Removed un-waned things 1. 5 ヶ月 前
readme.md cf937194cb Removed un-waned things 1. 5 ヶ月 前

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