Skip to content

bbc2/cryptopals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution to the Cryptopals Crypto Challenges

Challenges: https://cryptopals.com

How to check the code

poetry install
make check

This will run tests and linters.

The solutions to the challenges are in test/sets.

Why?

To learn more about cryptography and cryptanalysis.

As an exercise, I also applied best practices in software engineering: the code is modular, type-checked, and most of it is also unit-tested.

About

Solution to the Crypto Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published