Function hacl_sys::Hacl_Streaming_SHA2_create_in_256
source · pub unsafe extern "C" fn Hacl_Streaming_SHA2_create_in_256(
) -> *mut Hacl_Streaming_MD_state_32
Expand description
Allocate initial state for the SHA2_256 hash. The state is to be freed by
calling free_256
.