Skip to content
Archive of entries posted on

The Joy of C Programming

The assignment was simple – take our implementation of a toy cipher called baby rijndael, and adapt it to do CBC mode. Basically all the hard work was already done. For some reason I felt the need to do the original assignment in C, which always inspires me to do all sorts of pre-mature optimization. […]