Struct octavo_digest::sha1::Sha1 [] [src]

pub struct Sha1 { /* fields omitted */ }

SHA-1 implementation

For more details check module docs

Trait Implementations

impl Clone for Sha1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Sha1
[src]

Returns the "default value" for a type. Read more

impl Digest for Sha1
[src]

Output size in bits

Output size in bytes

Block size in bytes

Update digest with data.

Write resulting hash into output. Read more

Output size in bits

Output size in bytes

Block size in bytes