Struct crypto::sha1::Sha1
[−]
[src]
pub struct Sha1 {
// some fields omitted
}Structure representing the state of a Sha1 computation
pub struct Sha1 {
// some fields omitted
}Structure representing the state of a Sha1 computation
impl Sha1impl Digest for Sha1fn reset(&mut self)fn input(&mut self, msg: &[u8])fn result(&mut self, out: &mut [u8])fn output_bits(&self) -> usizefn block_size(&self) -> usizefn output_bytes(&self) -> usizefn input_str(&mut self, input: &str)fn result_str(&mut self) -> Stringimpl Copy for Sha1impl Clone for Sha1fn clone(&self) -> Sha1fn clone_from(&mut self, source: &Self)