APPLE 40fd72a105 wesmiler 抢表商城 il y a 3 ans
..
lib 40fd72a105 wesmiler 抢表商城 il y a 3 ans
node_modules 40fd72a105 wesmiler 抢表商城 il y a 3 ans
.travis.yml 40fd72a105 wesmiler 抢表商城 il y a 3 ans
LICENSE 40fd72a105 wesmiler 抢表商城 il y a 3 ans
browser.js 40fd72a105 wesmiler 抢表商城 il y a 3 ans
index.js 40fd72a105 wesmiler 抢表商城 il y a 3 ans
package.json 40fd72a105 wesmiler 抢表商城 il y a 3 ans
readme.md 40fd72a105 wesmiler 抢表商城 il y a 3 ans

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