https://github.com/brant-ruan/cryptography
https://github.com/brant-ruan/cryptography
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brant-ruan/cryptography
- Owner: brant-ruan
- Created: 2016-07-20T00:09:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T03:18:46.000Z (over 9 years ago)
- Last Synced: 2025-01-14T15:54:46.841Z (11 months ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography
> Missions from *Cryptography Theory and Practice Third Edition*
### task-1
Implement Signature Protocol 7.1: RSA
### task-2
Implement Signature Protocol 7.2: ElGamal
### task-3
Implement Certificate Protocol 9.5: RSA
### task-4
Implement Identification Protocol 9.6: RSA & ElGamal