Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

ECCentric

ECC-ElGamal implementation in python, with front end in pyqt

Properties

Most of the code taken from the excellent gist by bellbind

Uses python 2.7 and pyqt 4.

Tested on Windows 8.1 and Ubuntu

python gui.py 

TODO: Appropriate error messages for incorrect values of a, b, and keys. (Hint: Try a=23, b=34, q=277 and private key=35 for flawless working)