crypto_pwhash_argon2i_str_needs_rehash method
Implementation
int crypto_pwhash_argon2i_str_needs_rehash(
ffi.Pointer<ffi.Char> str,
int opslimit,
int memlimit,
) {
return _crypto_pwhash_argon2i_str_needs_rehash(
str,
opslimit,
memlimit,
);
}