pub unsafe extern "C" fn Hacl_Hash_SHA2_digest_224(
state: *mut Hacl_Streaming_MD_state_32,
output: *mut u8,
)
Expand description
Write the resulting hash into output
, an array of 28 bytes. The state remains
valid after a call to digest_224
, meaning the user may feed more data into
the hash via update_224
.