Struct crypto::sha2::Sha512
[−]
[src]
pub struct Sha512 {
// some fields omitted
}The SHA-512 hash algorithm with the SHA-512 initial hash value.
pub struct Sha512 {
// some fields omitted
}The SHA-512 hash algorithm with the SHA-512 initial hash value.
impl Sha512impl Digest for Sha512fn input(&mut self, d: &[u8])fn result(&mut self, out: &mut [u8])fn reset(&mut self)fn output_bits(&self) -> usizefn block_size(&self) -> usizefn output_bytes(&self) -> usizefn input_str(&mut self, input: &str)fn result_str(&mut self) -> String