Function libsodium_sys::crypto_generichash_blake2b_init [] [src]

pub unsafe extern "C" fn crypto_generichash_blake2b_init(
    state: *mut crypto_generichash_blake2b_state,
    key: *const u8,
    keylen: size_t,
    outlen: size_t
) -> c_int