summaryrefslogtreecommitdiffstats
path: root/challenge/c39.go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge/c39.go')
-rw-r--r--challenge/c39.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge/c39.go b/challenge/c39.go
index 6261c13..fbdb6f9 100644
--- a/challenge/c39.go
+++ b/challenge/c39.go
@@ -10,7 +10,7 @@ import (
)
func C39() {
- rsa, err := lib.RSAGenKey()
+ rsa, err := lib.RSAGenKey(2048)
if err != nil {
fmt.Printf("gen key failed: %v", err)
return