Trait coins_bip32::ecdsa::signature::digest::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§