Trait digest::HashMarker

source ·
pub trait HashMarker { }
Expand description

Marker trait for cryptographic hash functions.

Implementors§

source§

impl<T> HashMarker for CoreWrapper<T>where T: BufferKindUser + HashMarker, T::BlockSize: IsLess<U256>, Le<T::BlockSize, U256>: NonZero,

Available on crate feature core-api only.
source§

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.
source§

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.