From c326b0f1ab3d4b920e15dca9f5a8b663f304fe03 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 30 Apr 2022 21:15:14 -0400 Subject: challenge: c36: implement srp registration --- cryptopals.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cryptopals.go') diff --git a/cryptopals.go b/cryptopals.go index b9bef80..1c99f22 100644 --- a/cryptopals.go +++ b/cryptopals.go @@ -90,5 +90,7 @@ func main() { challenge.C34(flag.Args()) case 35: challenge.C35(flag.Args()) + case 36: + challenge.C36(flag.Args()) } } -- cgit v1.2.3