/cryptopals-elixir

Solutions to cryptopals challenges in Elixir

Primary LanguageElixir

Cryptopals-Elixir

Solutions to the Cryptopals challenges in Elixir.

Running the Challenges

Retrieve dependencies using mix deps.get

Run the challenges as tests using mix test

Challenges are tagged by set and challenge number. Run single sets or challenges using mix test --only set:1 or mix test --only challenge:3