pub fn sha512_schedule_x2(
v0: u64x2,
v1: u64x2,
v4to5: u64x2,
v7: u64x2,
) -> u64x2
Expand description
Performs 2 rounds of the SHA-512 message schedule update.
pub fn sha512_schedule_x2(
v0: u64x2,
v1: u64x2,
v4to5: u64x2,
v7: u64x2,
) -> u64x2
Performs 2 rounds of the SHA-512 message schedule update.