Function sha256_internal

Source
pub fn sha256_internal<C: Constants<64, u32>>(msg: Vec<U512>) -> U256
Expand description

The internal loop of the SHA-256 algorithm, you can use different initial hash and constant values by implementing the Constants trait on a new object