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 742335d..ff359d8 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -67,5 +67,7 @@ func main() {
challenge.C23()
case 24:
challenge.C24()
+ case 25:
+ challenge.C25()
}
}