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.
tags/v1.2.0-rc1
Yixin Hao
9 years ago
parent
a3cfed46b1
commit
95cdef2ed7
1 changed files
with
1 additions
and
1 deletions
Unified 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,
"(NTRU)": 1087,
"(MCE)": 1702,
"(MCE)": 1702,
"(McE)": 1702,
"(McE)": 1702,
"(RSA)":
2048
,
"(RSA)":
1024
,
"(DSA)": 1024,
"(DSA)": 1024,
}
}
Write
Preview
Loading…
Cancel
Save