Computes the SHA-256 hash of an array of 32-bit words.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Arguments
input- An array ofu32values to hashlast_input_word- The final word when input is not word-alignedlast_input_num_bytes- Number of bytes in the last input word (must be less than 4)
Returns
- The SHA-256 hash of the
input array+last_input_wordas big endian