An open API service indexing awesome lists of open source software.

https://github.com/lepesevichnikita/dsa

Simple DSA implementation
https://github.com/lepesevichnikita/dsa

pyqt5 python3 qml sympy

Last synced: 4 months ago
JSON representation

Simple DSA implementation

Awesome Lists containing this project

README

          

# DSA implementation

## This is third lab on subject "Cryptography"

Simple implementation of DSA.

1. Base classes with logic are stored in [src/dsa](./src/dsa).

2. Qt-wrapped classes, that are used as models, are stored in [src/models](./src/dsa)

3. Schnorr scheme validation and keys generation logic is stored in [src/schnorr_scheme](./src/schnorr_scheme)

## Requirements

| Name | Version |
|---|---|
| sumpy | 1.3 |
| PyQt5 | 5.12 |