pub fn sha_256_block(a: u256, b: u256, c: u256) -> u256
Update the given 256-bit midstate by running the SHA256 block compression function, using the given 512-bit block.
771 mWU (milli weight units)