Skip to main content

MacMarker

Trait MacMarker 

Source
pub trait MacMarker { }
Expand description

Marker trait for Message Authentication algorithms.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<D> MacMarker for HmacCore<D>

Source§

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

Implementors§

Source§

impl<T> MacMarker for CoreWrapper<T>

Available on crate feature mac only.
Source§

impl<T> MacMarker for RtVariableCoreWrapper<T>

Available on crate feature mac only.
Source§

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

Available on crate feature mac only.