diff options
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 10 deletions
@@ -8,22 +8,14 @@ finished set 1, 2, 3, 4 and 5. ## running -requires `go >= 1.15` +requires `go >= 1.19` 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 @@ -1,3 +1,3 @@ module ricketyspace.net/cryptopals -go 1.15 +go 1.19 |
