Function argon2_ffi::hash_raw_simple [] [src]

pub extern fn hash_raw_simple(pwd: *const uint8_t,
                              pwd_len: size_t,
                              salt: *const uint8_t,
                              salt_len: size_t,
                              out: *mut uint8_t,
                              out_len: size_t)
                              -> int32_t

Hashes the password using default settings and writes the hash bytes to out.