Parallel Engineering builds small, focused C++ projects around cryptography, large-number arithmetic, and client/server applications.
The current project family is centered on RSA: a custom BigInt library, an RSA implementation and an messenger client/server application using RSA-based concepts.
flowchart TD
BigInt["BigInt"]
RSA["RSA"]
Messenger["Messenger"]
BigInt --> RSA
RSA --> Messenger
click BigInt "https://github.com/ParallelEngineering/BigInt"
click RSA "https://github.com/ParallelEngineering/RSA"
click Messenger "https://github.com/ParallelEngineering/Messenger"