Mohammad Asif cf937194cb Removed un-waned things 1. 7 달 전
..
lib cf937194cb Removed un-waned things 1. 7 달 전
node_modules cf937194cb Removed un-waned things 1. 7 달 전
.travis.yml cf937194cb Removed un-waned things 1. 7 달 전
LICENSE cf937194cb Removed un-waned things 1. 7 달 전
browser.js cf937194cb Removed un-waned things 1. 7 달 전
index.js cf937194cb Removed un-waned things 1. 7 달 전
package.json cf937194cb Removed un-waned things 1. 7 달 전
readme.md cf937194cb Removed un-waned things 1. 7 달 전

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