AVATAR_JS-87, update fix, group must be checked (found running tests), automatic fix, no review
This commit is contained in:
parent
5813a6dc0c
commit
010ef0353c
@ -216,12 +216,6 @@ public final class DiffieHellman {
|
||||
return;
|
||||
}
|
||||
}
|
||||
// is it a group?
|
||||
for(BigInteger bi : WELL_KNOWN_GROUPS.values()) {
|
||||
if (bi.equals(prime)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
checkSafePrimeForGenerator2(prime);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user