weekend project to make a simple web app using Typescript/Ionic/Angular.
Vincent Sima 1517fc9a2f done 6 anos atrás
..
lib done 6 anos atrás
.travis.yml done 6 anos atrás
LICENSE done 6 anos atrás
browser.js done 6 anos atrás
index.js done 6 anos atrás
package.json done 6 anos atrás
readme.md done 6 anos atrás

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