Signature
Arguments
state
- The current SHA-256 state.input
- The input provided to compute the next SHA-256 state.
Returns
- The next SHA-256 state of the input with the givens state.
pub extern fn sha256_process_block_syscall(state: Sha256StateHandle, input: Box) -> Result> implicits(GasBuiltin, System) nopanic;
state
- The current SHA-256 state.input
- The input provided to compute the next SHA-256 state.Was this page helpful?