Function hash_password_inner

Source
fn hash_password_inner(
    opts: &HashOpts,
    password: &[u8],
) -> Result<[u8; 32], HashError>