Function sha_256_block

Source
pub fn sha_256_block(a: u256, b: u256, c: u256) -> u256
Expand description

Update the given 256-bit midstate by running the SHA256 block compression function, using the given 512-bit block.

ยงCost

771 mWU (milli weight units)