Skip to main content

sha1msg2

Function sha1msg2 

Source
pub fn sha1msg2(a: [u32; 4], b: [u32; 4]) -> [u32; 4]
Expand description

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.