diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2024-10-14 19:16:11 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2024-10-14 19:16:11 -0400 |
| commit | 32803d4577151e18252c7e2102738b544e99fcbc (patch) | |
| tree | 5380965064b597ca72cbcc53d2689a27db1325ae /cryptopals.go | |
| parent | 0bede4cd60eafb508598ba2f6098f1792623f984 (diff) | |
lib: update `RSAGenKey`
Add `size` argument.
Diffstat (limited to 'cryptopals.go')
| -rw-r--r-- | cryptopals.go | 2 |
1 files changed, 2 insertions, 0 deletions
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() } } |
