Peer Review - Peter
Make sure the repo structure follows the original lab, and that program compiles and works as intended (The compiled C-code prints the decrypted sequence and all of the .objdump files work).
Check.
The questions in the README.md are answered and your answers give good explanations.
You haven't answered any questions?
The usage of the pointers are correct.
Check.
Check that the program provides sufficient high level comments in order to understand the implementation.
There aren't any comments.
If no errors are found, suggest possible improvements or state what was nice in the code and why.
I like the use of unsigned integers using the u suffix instead of casting it to (unsigned)!