Trait HashMarker

Source
pub trait HashMarker { }
Expand description

Marker trait for cryptographic hash functions.

Implementors§

Source§

impl<T> HashMarker for CoreWrapper<T>

Available on crate feature core-api only.
Source§

impl<T> HashMarker for RtVariableCoreWrapper<T>

Available on crate feature core-api only.
Source§

impl<T, OutSize, O> HashMarker for CtVariableCoreWrapper<T, OutSize, O>

Available on crate feature core-api only.

impl<N> HashMarker for Skein1024Core<N>
where N: ArrayLength<u8> + 'static,

impl<N> HashMarker for Skein256Core<N>
where N: ArrayLength<u8> + 'static,

impl<N> HashMarker for Skein512Core<N>
where N: ArrayLength<u8> + 'static,