Trait MacMarker

Source
pub trait MacMarker { }
Expand description

Marker trait for Message Authentication algorithms.

Implementations on Foreign Types§

Source§

impl<D> MacMarker for HmacCore<D>

Source§

impl<D> MacMarker for SimpleHmac<D>
where D: Digest + BlockSizeUser,

Implementors§