Struct sha1::Sha1 [] [src]

pub struct Sha1 { /* fields omitted */ }

Represents a Sha1 hash object in memory.

Methods

impl Sha1
[src]

[src]

Creates an fresh sha1 hash object.

[src]

Resets the hash object to it's initial state.

[src]

Update hash with input data.

[src]

Retrieve digest result.

Trait Implementations

impl Clone for Sha1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more