Trait digest::MacMarker

source ·
pub trait MacMarker { }
Expand description

Marker trait for Message Authentication algorithms.

Implementors§

source§

impl<T> MacMarker for CoreWrapper<T>

Available on crate features core-api and mac only.
source§

impl<T> MacMarker for RtVariableCoreWrapper<T>

Available on crate features core-api and mac 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.