Struct sha1::Sha1 [] [src]

pub struct Sha1 { /* fields omitted */ }

Represents a Sha1 hash object in memory.

Methods

impl Sha1
[src]

Creates an fresh sha1 hash object.

Resets the hash object to it's initial state.

Update hash with input data.

Retrieve digest result.

Trait Implementations

impl Clone for Sha1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more