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 98b6759..4767a37 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -61,5 +61,7 @@ func main() {
challenge.C20()
case 21:
challenge.C21()
+ case 22:
+ challenge.C22()
}
}