pub unsafe extern "C" fn Hacl_Hash_SHA1_update(
state: *mut Hacl_Streaming_MD_state_32,
chunk: *mut u8,
chunk_len: u32,
) -> Hacl_Streaming_Types_error_code
Expand description
0 = success, 1 = max length exceeded
pub unsafe extern "C" fn Hacl_Hash_SHA1_update(
state: *mut Hacl_Streaming_MD_state_32,
chunk: *mut u8,
chunk_len: u32,
) -> Hacl_Streaming_Types_error_code
0 = success, 1 = max length exceeded