digest
0.0.1
MacMarker
Implementors
In crate digest
digest
Trait
MacMarker
Copy item path
Source
pub trait MacMarker { }
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
,
Source
§
impl<T>
MacMarker
for
RtVariableCoreWrapper
<T>
where T:
VariableOutputCore
+
MacMarker
, T::
BlockSize
:
IsLess
<
U256
>,
Le
<T::
BlockSize
,
U256
>:
NonZero
,
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
,