summaryrefslogblamecommitdiffstats
path: root/README.md
blob: 0fcbbec993f71d89bd42b9aad92f55720538d070 (plain) (tree)
1
2
3

            
                                                     


















                                 
# cryptopals

nothing exciting, just trying out the challenges from
[cryptopals.com][cp].

[cp]: https://cryptopals.com

## building

requires `go >= 1.15` and `make`.

```bash
 make
```

will build everything.

## running

```bash
 ./cryptopals -c CHALLENGE_NUM
```