From 32803d4577151e18252c7e2102738b544e99fcbc Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Mon, 14 Oct 2024 19:16:11 -0400 Subject: lib: update `RSAGenKey` Add `size` argument. --- cryptopals.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cryptopals.go') diff --git a/cryptopals.go b/cryptopals.go index 5d02e56..a22c9fc 100644 --- a/cryptopals.go +++ b/cryptopals.go @@ -102,5 +102,7 @@ func main() { challenge.C40() case 41: challenge.C41() + case 42: + challenge.C42() } } -- cgit v1.2.3