crypto_pwhash_str_needs_rehash method

bool crypto_pwhash_str_needs_rehash(
  1. String hashed_password,
  2. int opsLimit,
  3. int memLimit
)

Implementation

external bool crypto_pwhash_str_needs_rehash(
  String hashed_password,
  int opsLimit,
  int memLimit,
);