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.
Daniel Hübleitner 615619e6e7 start werk il y a 5 ans
..
lib start werk il y a 5 ans
.travis.yml start werk il y a 5 ans
LICENSE start werk il y a 5 ans
browser.js start werk il y a 5 ans
index.js start werk il y a 5 ans
package.json start werk il y a 5 ans
readme.md start werk il y a 5 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');;