#[no_mangle]
pub unsafe extern "C" fn sys_sha_compress(
out_state: *mut [u32; 8],
in_state: *const [u32; 8],
block1_ptr: *const [u32; 8],
block2_ptr: *const [u32; 8],
)
Expand description
ยงSafety
out_state
, in_state
, block1_ptr
, and block2_ptr
must be aligned and
dereferenceable.