Function sp1_lib::syscall_sha256_compress
source ยท pub unsafe extern "C" fn syscall_sha256_compress(
w: *mut [u32; 64],
state: *mut [u32; 8],
)
Expand description
Executes the SHA-256 compress operation on the given word array and a given state.