Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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