SafetyScreen-ui/node_modules/diffie-hellman
haozq 723f80cdec first commit 2025-03-29 19:33:58 +08:00
..
lib first commit 2025-03-29 19:33:58 +08:00
node_modules/bn.js first commit 2025-03-29 19:33:58 +08:00
.travis.yml first commit 2025-03-29 19:33:58 +08:00
LICENSE first commit 2025-03-29 19:33:58 +08:00
browser.js first commit 2025-03-29 19:33:58 +08:00
index.js first commit 2025-03-29 19:33:58 +08:00
package.json first commit 2025-03-29 19:33:58 +08:00
readme.md first commit 2025-03-29 19:33:58 +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');;