You will learn the essentials of Logic, binary and cryptography
We start with logic and the rules of reasoning handed down from Aristotle. These were abstracted by George Boole to create Boolean Algebra...
We then move on to the world of binary, learning how to create logic flows and encoding messages for transmission.
We make our way to error correction using parity bits and create our own encoding scheme so we can optimally transmit messages to our friends.
We dive into Cryptography, using what we've learned from logic and binary to build ciphers using asymmetric key encryption. We also dig in and write our own RSA algorithm