Struct tiger_digest::Tiger[][src]

pub struct Tiger { /* fields omitted */ }

The Tiger hasher

Methods

impl Tiger
[src]

Trait Implementations

impl Clone for Tiger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Tiger
[src]

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

impl BlockInput for Tiger
[src]

impl Input for Tiger
[src]

Digest input data. This method can be called repeatedly for use with streaming messages. Read more

impl FixedOutput for Tiger
[src]

Retrieve the digest result. This method consumes digest instance.

Auto Trait Implementations

impl Send for Tiger

impl Sync for Tiger