Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 343 Bytes

DiffieHellman

Diffie-Hellman Keyexchange in Python

Build Status

Hacking

To run the tests and create a test coverage report:

python setup.py nosetests

The coverage report are saved as html files in build/html