pub unsafe extern "C" fn Hacl_Hash_SHA2_malloc_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
.
pub unsafe extern "C" fn Hacl_Hash_SHA2_malloc_256() -> *mut Hacl_Streaming_MD_state_32
Allocate initial state for the SHA2_256 hash. The state is to be freed by
calling free_256
.