caoge c760052ff9 机车状态修改 | пре 8 месеци | |
---|---|---|
.. | ||
lib | пре 8 месеци | |
node_modules | пре 8 месеци | |
.travis.yml | пре 8 месеци | |
LICENSE | пре 8 месеци | |
browser.js | пре 8 месеци | |
index.js | пре 8 месеци | |
package.json | пре 8 месеци | |
readme.md | пре 8 месеци |
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');
;