Function wolf_crypto_sys::wc_InitBlake2b_WithKey

source ยท
pub unsafe extern "C" fn wc_InitBlake2b_WithKey(
    b2b: *mut Blake2b,
    digestSz: word32,
    key: *const byte,
    keylen: word32,
) -> c_int