Function hacl_sys::Hacl_Streaming_SHA2_hash_384
source · pub unsafe extern "C" fn Hacl_Streaming_SHA2_hash_384(
input: *mut u8,
input_len: u32,
dst: *mut u8
)
Expand description
Hash input
, of len input_len
, into dst
, an array of 48 bytes.