cryptopals
My Python implementation of cryptopals challenges:
The implementation goals are:
- Keep architecture decision simple (the focus is on crypto learning)
- Only use python's standard libs
- One script per challenge
My Python implementation of cryptopals challenges:
The implementation goals are: