Skip to main content

wc_Sha256Update

Function wc_Sha256Update 

Source
pub unsafe extern "C" fn wc_Sha256Update(
    sha: *mut wc_Sha256,
    data: *const byte,
    len: word32,
) -> c_int