bitsOfSecurity method
Implementation
int bitsOfSecurity() {
if (workingKey1 != null && workingKey1 == workingKey3) {
return 80;
}
return 112;
}
int bitsOfSecurity() {
if (workingKey1 != null && workingKey1 == workingKey3) {
return 80;
}
return 112;
}