No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit hace 3 años
..
lib First Commit hace 3 años
node_modules/bn.js First Commit hace 3 años
.travis.yml First Commit hace 3 años
LICENSE First Commit hace 3 años
browser.js First Commit hace 3 años
index.js First Commit hace 3 años
package.json First Commit hace 3 años
readme.md First Commit hace 3 años

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