Struct sha1::Sha1 [−][src]
pub struct Sha1 { /* fields omitted */ }Structure representing the state of a SHA-1 computation
Trait Implementations
impl Clone for Sha1[src]
impl Clone for Sha1fn clone(&self) -> Sha1[src]
fn clone(&self) -> Sha1Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Sha1[src]
impl Default for Sha1impl BlockInput for Sha1[src]
impl BlockInput for Sha1impl Input for Sha1[src]
impl Input for Sha1fn process(&mut self, input: &[u8])[src]
fn process(&mut self, input: &[u8])Digest input data. This method can be called repeatedly for use with streaming messages. Read more
impl FixedOutput for Sha1[src]
impl FixedOutput for Sha1type OutputSize = U20
fn fixed_result(self) -> GenericArray<u8, Self::OutputSize>[src]
fn fixed_result(self) -> GenericArray<u8, Self::OutputSize>Retrieve the digest result. This method consumes digest instance.
impl Debug for Sha1
impl Debug for Sha1