Function argon2_ffi::verify_raw_simple [] [src]

pub extern fn verify_raw_simple(pwd: *const uint8_t,
                                pwd_len: size_t,
                                salt: *const uint8_t,
                                salt_len: size_t,
                                hash: *const uint8_t,
                                hash_len: size_t)
                                -> int32_t

Verifies the password using default settings and returns 0 when correct.