diffie hellman module in node with c++ code and gyp bindings
//install dependencies
$ npm install
//install and configure gyp
$ npm install -g node-gyp
$ node-gyp configure
// run tests
$ npm test
diffie hellman implementation in node with c++ code and gyp bindings
JavaScript