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

            


                                                    
 
                                          
 

                            
          
 
                     
 

                
       

                                  
 



                           
   
# cryptopals

nothing exciting.

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

currently working on challenge 7 in 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
```