crypto::sha2

Function sha512_digest_round

Source
pub fn sha512_digest_round(
    ae: u64x2,
    bf: u64x2,
    cg: u64x2,
    dh: u64x2,
    wk0: u64,
) -> u64x2
Expand description

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