Skip to content
/ DSA Public

Python implementation of the Digital Signature Algorithm

Notifications You must be signed in to change notification settings

zydeon/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSA

Implementation of the DSA in python.

Usage

In order to run the program first you need to install gmpy2.

$ pip install gmpy2

Then run the program:

$ python DSA.py < <input_file>

About

Python implementation of the Digital Signature Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages