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 a5f5e90..d24c0f1 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -48,5 +48,7 @@ func main() {
challenge.C14()
case 15:
challenge.C15()
+ case 16:
+ challenge.C16()
}
}