pub trait HashMarker { }
Expand description
Marker trait for cryptographic hash functions.
Implementors§
impl<T> HashMarker for CoreWrapper<T>
Available on crate feature
core-api
only.impl<T> HashMarker for RtVariableCoreWrapper<T>where
T: VariableOutputCore + HashMarker,
T::BlockSize: IsLess<U256>,
Le<T::BlockSize, U256>: NonZero,
Available on crate feature
core-api
only.impl<T, OutSize, O> HashMarker for CtVariableCoreWrapper<T, OutSize, O>where
T: VariableOutputCore + HashMarker,
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.