MIF_E31212289/node_modules/diffie-hellman
lutfahimayatus 0e50ebf80c first commit 2024-07-01 11:18:03 +07:00
..
lib first commit 2024-07-01 11:18:03 +07:00
node_modules/bn.js first commit 2024-07-01 11:18:03 +07:00
.travis.yml first commit 2024-07-01 11:18:03 +07:00
LICENSE first commit 2024-07-01 11:18:03 +07:00
browser.js first commit 2024-07-01 11:18:03 +07:00
index.js first commit 2024-07-01 11:18:03 +07:00
package.json first commit 2024-07-01 11:18:03 +07:00
readme.md first commit 2024-07-01 11:18:03 +07: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');;