Trait digest::MacMarker

source ·
pub trait MacMarker { }
Available on crate feature mac only.
Expand description

Marker trait for Message Authentication algorithms.

Implementors§

source§

impl<T> MacMarker for CoreWrapper<T>where T: BufferKindUser + MacMarker, T::BlockSize: IsLess<U256>, Le<T::BlockSize, U256>: NonZero,

Available on crate feature core-api only.
source§

impl<T> MacMarker for RtVariableCoreWrapper<T>where T: VariableOutputCore + MacMarker, T::BlockSize: IsLess<U256>, Le<T::BlockSize, U256>: NonZero,

Available on crate feature core-api only.
source§

impl<T, OutSize, O> MacMarker for CtVariableCoreWrapper<T, OutSize, O>where T: VariableOutputCore + MacMarker, OutSize: ArrayLength<u8> + IsLessOrEqual<T::OutputSize>, LeEq<OutSize, T::OutputSize>: NonZero, T::BlockSize: IsLess<U256>, Le<T::BlockSize, U256>: NonZero,

Available on crate feature core-api only.