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, OutSize, O> MacMarker for CtVariableCoreWrapper<T, OutSize, O>
where T: VariableOutputCore + MacMarker, OutSize: ArraySize + IsLessOrEqual<T::OutputSize>, LeEq<OutSize, T::OutputSize>: NonZero,

Available on crate feature core-api only.
source§

impl<T: BufferKindUser + MacMarker> MacMarker for CoreWrapper<T>

Available on crate feature core-api only.
source§

impl<T: VariableOutputCore + MacMarker> MacMarker for RtVariableCoreWrapper<T>

Available on crate feature core-api only.