diff options
Diffstat (limited to 'cryptopals.go')
-rw-r--r-- | cryptopals.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptopals.go b/cryptopals.go index 0bb909b..82627e0 100644 --- a/cryptopals.go +++ b/cryptopals.go @@ -94,5 +94,7 @@ func main() { challenge.C36(flag.Args()) case 37: challenge.C37(flag.Args()) + case 38: + challenge.C38(flag.Args()) } } |