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 Sha1
fn clone(&self) -> Sha1
[src]
fn clone(&self) -> Sha1
Returns 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 Sha1
impl BlockInput for Sha1
[src]
impl BlockInput for Sha1
impl Input for Sha1
[src]
impl Input for Sha1
fn 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 Sha1
type 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