Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit il y a 3 ans
..
lib First Commit il y a 3 ans
node_modules/bn.js First Commit il y a 3 ans
.travis.yml First Commit il y a 3 ans
LICENSE First Commit il y a 3 ans
browser.js First Commit il y a 3 ans
index.js First Commit il y a 3 ans
package.json First Commit il y a 3 ans
readme.md First Commit il y a 3 ans

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