Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 418 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 418 Bytes

cryptopals-go

Simple side project to learn go and solve all cryptopals problems.

Set 1

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.

Set 2

After leaving cryptopals for some time, I decided to work on it again.