gabrielvieira / diffie-hellman-node

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 36.2%Language:C 33.8%Language:C++ 24.9%Language:Python 5.1%