This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Modify minimumKeySize of RSA to 1024 for old keys.
master
Yixin Hao
9 years ago
parent
50cd67cd4b
commit
5f25553b0d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/publickey.go
+ 1
- 1
models/publickey.go
View File
@@ -123,7 +123,7 @@ var minimumKeySizes = map[string]int{
"(NTRU)": 1087,
"(MCE)": 1702,
"(McE)": 1702,
"(RSA)":
2048
,
"(RSA)":
1024
,
"(DSA)": 1024,
}
Write
Preview
Loading…
Cancel
Save