Struct lpc55_hal::drivers::sha::Sha[][src]

pub struct Sha<'a, Size: OutputSize> { /* fields omitted */ }

Implementations

Trait Implementations

Block size

Output size for fixed output digest

Retrieve result into provided buffer and leave hasher in a dirty state. Read more

Performs the conversion.

Reset hasher instance to its initial state and return current state.

Digest input data. Read more

Digest input data in a chained manner.

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

Output size for fixed output digest

Write result into provided array and consume the hasher instance.

Write result into provided array and reset the hasher instance.

Retrieve result and consume the hasher instance.

Retrieve result and reset the hasher instance.

Performs the conversion.

Performs the conversion.

Should always be Self

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.