crypto::sha2

Function sha512_schedule_x2

Source
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.