Function risc0_zkvm_platform::syscall::sys_sha_compress
source · #[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.