liangjiahao 8f813121f8 添加查看按钮的窗口 hace 3 años
..
lib fcedc92fa0 完成了基础 hace 3 años
node_modules 8f813121f8 添加查看按钮的窗口 hace 3 años
.travis.yml fcedc92fa0 完成了基础 hace 3 años
LICENSE fcedc92fa0 完成了基础 hace 3 años
browser.js fcedc92fa0 完成了基础 hace 3 años
index.js fcedc92fa0 完成了基础 hace 3 años
package.json 8f813121f8 添加查看按钮的窗口 hace 3 años
readme.md fcedc92fa0 完成了基础 hace 3 años

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