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
- Host: GitHub
- URL: https://github.com/lepesevichnikita/dsa
- Owner: lepesevichnikita
- Created: 2019-05-13T06:49:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T14:42:03.000Z (over 6 years ago)
- Last Synced: 2025-02-06T22:42:23.327Z (9 months ago)
- Topics: pyqt5, python3, qml, sympy
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |