bitsOfSecurity method

int bitsOfSecurity()

Implementation

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