sha2::sha512::soft

Function sha512_digest_round

source
pub fn sha512_digest_round(
    ae: [u64; 2],
    bf: [u64; 2],
    cg: [u64; 2],
    dh: [u64; 2],
    wk0: u64,
) -> [u64; 2]
Expand description

Performs one round of the SHA-512 message block digest.