pub fn sha1msg2(a: [u32; 4], b: [u32; 4]) -> [u32; 4]
sha1msg2(a, b) — completes the schedule: the final XOR with the previous words and the ROL-1, including the intra-vector dependency of W19 on W16.
sha1msg2(a, b)