Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 216 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 216 Bytes

SimpleDSA

A simple Digital Signature Algorithm implementation using internal Java library. This is not implementing the original DSA algorithm. Here I just uses internal interfaces of Java to sign/verify message.