summaryrefslogtreecommitdiffstats
path: root/cryptopals.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-01-25 00:07:08 -0500
committerrsiddharth <s@ricketyspace.net>2021-01-25 00:07:08 -0500
commite8144de68e247ebc39ae61745907440042f43d71 (patch)
treea2932f98ccec1c206b4dbf005ffd8038256e7e76 /cryptopals.go
parent1e9917c16fa02da5b73a53929a6b8173b2716279 (diff)
challenge: do challenge 14
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 1ae8c8d..179caf0 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -44,5 +44,7 @@ func main() {
challenge.C12()
case 13:
challenge.C13()
+ case 14:
+ challenge.C14()
}
}