/diffie-hellman-node

diffie hellman implementation in node with c++ code and gyp bindings

Primary LanguageJavaScript

diffie-hellman-node

diffie hellman module in node with c++ code and gyp bindings

How run project

//install dependencies

$ npm install

//install and configure gyp

$ npm install -g node-gyp

$ node-gyp configure

// run tests

$ npm test