pub fn sha256_internal<C: Constants<64, u32>>(msg: Vec<U512>) -> U256
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