bns_zhgd_web/node_modules/diffie-hellman
haozq 65e8192a56 first commit 2025-04-02 10:01:21 +08:00
..
lib first commit 2025-04-02 10:01:21 +08:00
node_modules/bn.js first commit 2025-04-02 10:01:21 +08:00
.travis.yml first commit 2025-04-02 10:01:21 +08:00
LICENSE first commit 2025-04-02 10:01:21 +08:00
browser.js first commit 2025-04-02 10:01:21 +08:00
index.js first commit 2025-04-02 10:01:21 +08:00
package.json first commit 2025-04-02 10:01:21 +08:00
readme.md first commit 2025-04-02 10:01:21 +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');;