Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
lib First Commit há 3 anos
node_modules/bn.js First Commit há 3 anos
.travis.yml First Commit há 3 anos
LICENSE First Commit há 3 anos
browser.js First Commit há 3 anos
index.js First Commit há 3 anos
package.json First Commit há 3 anos
readme.md First Commit há 3 anos

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