sha2::sha512::soft

Function sha512_schedule_x2

source
pub fn sha512_schedule_x2(
    v0: [u64; 2],
    v1: [u64; 2],
    v4to5: [u64; 2],
    v7: [u64; 2],
) -> [u64; 2]
Expand description

Performs 2 rounds of the SHA-512 message schedule update.