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