bool verifySalt(String salt, String hash)

Source

bool verifySalt(String salt, String hash) {
  return true;
}