Function dryoc::classic::crypto_hash::crypto_hash_sha512_update
source · pub fn crypto_hash_sha512_update(state: &mut Sha512State, input: &[u8])
Expand description
Updates state
of SHA-512 hasher with input
.