Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppichugin/manning-pk-crypto-rsa
MANNING liveProject. Algorithm Projects with Go - Public Key Cryptography with RSA
https://github.com/ppichugin/manning-pk-crypto-rsa
Last synced: about 2 months ago
JSON representation
MANNING liveProject. Algorithm Projects with Go - Public Key Cryptography with RSA
- Host: GitHub
- URL: https://github.com/ppichugin/manning-pk-crypto-rsa
- Owner: ppichugin
- Created: 2024-02-03T08:42:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T11:53:00.000Z (10 months ago)
- Last Synced: 2024-06-19T23:08:38.399Z (6 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MANNING liveProject
---
### Six-Project Series:
[Six Small Algorithm Projects with Go](https://www.manning.com/liveprojectseries/six-small-algorithm-projects-with-go)---
### Project 5. Public Key Cryptography with RSA
[link to the project's description](https://www.manning.com/liveproject/public-key-cryptography-with-rsa)---
#### Project outline
1. ✅ Calculate GCD and LCM
2. ✅ Perform Fast Exponentiation
3. ✅ Build a Sieve of Eratosthenes
4. ✅ Build an Euler’s Sieve
5. ✅ Factor Numbers
6. ✅ Test for Primality
7. ✅ Implement RSA