admin_vue/11-前端模块化开发Webpack(Node.js基础)/04-webpack_Loader使用/node_modules/diffie-hellman
3056762376@qq.com 37ffd941b0 changes 2022-11-20 18:09:09 +08:00
..
lib changes 2022-11-20 18:09:09 +08:00
node_modules/bn.js changes 2022-11-20 18:09:09 +08:00
.travis.yml changes 2022-11-20 18:09:09 +08:00
LICENSE changes 2022-11-20 18:09:09 +08:00
browser.js changes 2022-11-20 18:09:09 +08:00
index.js changes 2022-11-20 18:09:09 +08:00
package.json changes 2022-11-20 18:09:09 +08:00
readme.md changes 2022-11-20 18:09:09 +08:00

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