DiffieHellman [![Travis][travis-image]][travis-url] [![Dependency Status][gemnasium-image]][gemnasium-url]
A very basic Diffie-Hellman key exchange implementation for NodeJS.
###Documentation:
Comming when we have someting to document ;)
For now take a look at our code, we'll add more soon!
###Testing:
This package is written in test-driven development, so you can test all the functions yourself. How? Like this:
1. First you clone the source from github:
> git clone https://github.com/AtlasDev/DiffieHellman
2. Then you install the dependencies:
> npm install
3. And you install mocha (if not done already):
> sudo apt-get install mocha
4. Finally, run the test:
> mocha
###Find us:
At npm -
At travis ci -
At github -
At our website -
At twitter
[travis-image]: https://travis-ci.org/AtlasDev/DiffieHellman.svg
[travis-url]: https://travis-ci.org/AtlasDev/DiffieHellman
[gemnasium-image]: https://gemnasium.com/AtlasDev/DiffieHellman.svg
[gemnasium-url]: https://gemnasium.com/AtlasDev/DiffieHellman