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 671564b..0d0a557 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -26,5 +26,7 @@ func main() {
challenge.C3()
case 4:
challenge.C4()
+ case 5:
+ challenge.C5()
}
}