Function argon2_ffi::verify_encoded
[−]
[src]
pub extern fn verify_encoded(encoded: *const c_char,
pwd: *const uint8_t,
pwd_len: size_t)
-> int32_t
Verifies the password with the encoded string and returns 0
when correct.