Function crypto::sha2::sha512_digest_round [−][src]
pub fn sha512_digest_round(
ae: u64x2,
bf: u64x2,
cg: u64x2,
dh: u64x2,
wk0: u64
) -> u64x2
Performs one round of the SHA-512 message block digest.
pub fn sha512_digest_round(
ae: u64x2,
bf: u64x2,
cg: u64x2,
dh: u64x2,
wk0: u64
) -> u64x2
Performs one round of the SHA-512 message block digest.