Function hacl_sys::Hacl_Streaming_SHA2_finish_384
source · pub unsafe extern "C" fn Hacl_Streaming_SHA2_finish_384(
p: *mut Hacl_Streaming_MD_state_64,
dst: *mut u8
)
Expand description
Write the resulting hash into dst
, an array of 48 bytes. The state remains
valid after a call to finish_384
, meaning the user may feed more data into
the hash via update_384
.