Files
control-pane/public/novnc/node_modules/diffie-hellman
Charlie Root 58f2e80eb5 update
2022-07-31 09:56:11 +00:00
..
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00
2022-07-31 09:56:11 +00:00

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