strVerify

actual fun strVerify(passwordHash: String, password: String): Boolean

his function verifies that str is a valid password verification string (as generated by crypto_pwhash_str()) for passwd whose length is passwdlen. str has to be zero-terminated. It returns 0 if the verification succeeds, and -1 on error.

expect fun strVerify(passwordHash: String, password: String): Boolean

his function verifies that str is a valid password verification string (as generated by crypto_pwhash_str()) for passwd whose length is passwdlen. str has to be zero-terminated. It returns 0 if the verification succeeds, and -1 on error.

actual fun strVerify(passwordHash: String, password: String): Boolean

his function verifies that str is a valid password verification string (as generated by crypto_pwhash_str()) for passwd whose length is passwdlen. str has to be zero-terminated. It returns 0 if the verification succeeds, and -1 on error.

actual fun strVerify(passwordHash: String, password: String): Boolean

his function verifies that str is a valid password verification string (as generated by crypto_pwhash_str()) for passwd whose length is passwdlen. str has to be zero-terminated. It returns 0 if the verification succeeds, and -1 on error.