summaryrefslogblamecommitdiffstats
path: root/README.md
blob: 5d5a09eb4273e9ad32f4e4a04a328b8122d47b66 (plain) (tree)
1
2
3
4
5
6
7
8
9

            


                                                    


                            
          
 
                     
 

                
       

                                  
 



                           
   
# cryptopals

nothing exciting.

trying out the challenges from [cryptopals.com][cp].

[cp]: https://cryptopals.com

## running

requires `go >= 1.11`

install it with:

```bash
go get ricketyspace.net/cryptopals
```

run challenges with:

```bash
cryptopals -c CHALLENGE_NUM
```