strNeedsRehash abstract method
Provides crypto_pwhash_str_needs_rehash.
See https://libsodium.gitbook.io/doc/password_hashing/default_phf#password-storage See https://libsodium.gitbook.io/doc/password_hashing/default_phf#guidelines-for-choosing-the-parameters
Implementation
bool strNeedsRehash({
required String passwordHash,
required int opsLimit,
required int memLimit,
});