Struct bitcoin_hashes::hmac::HmacMidState[][src]

pub struct HmacMidState<T: HashTrait> {
    pub inner: <T::Engine as EngineTrait>::MidState,
    pub outer: <T::Engine as EngineTrait>::MidState,
}
Expand description

Pair of underlying hash midstates which represent the current state of an HmacEngine

Fields

inner: <T::Engine as EngineTrait>::MidState

Midstate of the inner hash engine

outer: <T::Engine as EngineTrait>::MidState

Midstate of the outer hash engine

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.