pub trait MacMarker { }Expand description
Marker trait for Message Authentication algorithms.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T, OutSize> MacMarker for CtOutWrapper<T, OutSize>where
T: VariableOutputCore + MacMarker,
OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>,
Available on crate feature
mac only.impl<T: ExtendableOutput + MacMarker, S: ArraySize> MacMarker for XofFixedWrapper<T, S>
Available on crate feature
mac only.