Simple side project to learn go and solve all cryptopals problems.
This was done when I had no go experience. If I redo it, I would keep attention to dependency injection where the actual encryption block can be exchanged to something else in case AES is broken at one point.
After leaving cryptopals for some time, I decided to work on it again.