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

            
                                                    
 
                           
 

                            
          
 
                     
 

                
       

                                  
 







                                             



                           
   
# cryptopals

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

finished set 1, 2, 3 and 4.

[cp]: https://cryptopals.com

## running

requires `go >= 1.11`

install it with:

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

or

```
go install ricketyspace.net/cryptopals@latest
```

if using `go >= 1.17`.

run challenges with:

```bash
cryptopals -c CHALLENGE_NUM
```