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