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

            
                                                    
 

               

                            
          
 
                     
 

                
       

                                  
 



                           
   
# cryptopals

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

finished set 1.

[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
```