summaryrefslogtreecommitdiffstats
path: root/cryptopals.go
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopals.go')
-rw-r--r--cryptopals.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptopals.go b/cryptopals.go
index 180d5dc..088e964 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -86,5 +86,7 @@ func main() {
challenge.C32(*s)
case 33:
challenge.C33()
+ case 34:
+ challenge.C34(flag.Args())
}
}