You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -93,7 +93,7 @@ namespace Mono.Security.Cryptography {
|
||||
// p and q values should have a length of half the strength in bits
|
||||
int pbitlength = ((KeySize + 1) >> 1);
|
||||
int qbitlength = (KeySize - pbitlength);
|
||||
const uint uint_e = 17;
|
||||
const uint uint_e = 65537;
|
||||
e = uint_e; // fixed
|
||||
|
||||
// generate p, prime and (p-1) relatively prime to e
|
||||
|
||||
Reference in New Issue
Block a user