summaryrefslogtreecommitdiffstats
path: root/cryptopals.go
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-08-14 14:22:57 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-08-14 14:22:57 -0400
commit295d782194e7495b4d577c16debbf62506674916 (patch)
treea03eef3113b0d8147eb274f75bdeea32a2d03837 /cryptopals.go
parent1ed0e523773ef996693f6f5a7e616da6d4181ca2 (diff)
challenge: do challenge 39v0.39.0
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 82627e0..8ff0d6c 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -96,5 +96,7 @@ func main() {
challenge.C37(flag.Args())
case 38:
challenge.C38(flag.Args())
+ case 39:
+ challenge.C39()
}
}