Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 255 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 255 Bytes

Cryptopals solutions

This repo contains my solution to Cryptopals challenges.

Run the command-line tool

go run main.go <setnum|challengenum>

For example, run the challenge 12 set 2:

go run main.go 212