Struct evercrypt::digest::Digest[][src]

pub struct Digest { /* fields omitted */ }
Expand description

The digest struct for stateful hashing.

Implementations

Create a new digest for the given mode alg.

Update the hash state. Modifies self and doesn’t return anything but an Error in case the update fails.

Finish the hash computation. Returns the digest or an Error.

The struct can not be re-used after this!

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.