sp1_lib

Function 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.