logo
pub struct KangarooTwelve { /* private fields */ }
Expand description

The KangarooTwelve extendable-output function (XOF).

Implementations

Create a new KangarooTwelve instance.

Create a new KangarooTwelve instance with the given customization.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Reader

Retrieve XOF reader and consume hasher instance.

Finalize XOF and write result into out.

Compute hash of data and write it into output.

Retrieve result into a boxed slice of the specified size and consume the hasher. Read more

Retrieve XOF reader and reset hasher instance state.

Finalize XOF, write result into out, and reset the hasher state.

Retrieve result into a boxed slice of the specified size and reset the hasher state. Read more

Reset state to its initial value.

Update state using the provided data.

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

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.