Skip to content

Diffie–Hellman key exchange based on elliptic curves

License

Notifications You must be signed in to change notification settings

kluhan/seraphim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Seraphim

Diffie–Hellman key exchange based on elliptic curves written in Python

Demo-App

To start the demo chat app enter the 'additions/chat'-Folder and start secure_client.py and secure_server.py via python3. If errors occur install the missing library via pip

Benchmark

To start the Benchmark enter the 'additions'-Folder and start benchmark.py via python3. If errors occur install the missing library via pip

Git branching model

The branching model of this Git is based on Vincent Driessen proposal from 2010

Python style guide

As a reference style guide, the Google Python Style Guide is used for this project

Comments and Docstrings

As already proposed by Google Python Style Guide this project uses docstrings to document the source-code

About

Diffie–Hellman key exchange based on elliptic curves

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages