Trait wasefire_board_api::crypto::Hmac

source ·
pub trait Hmac:
    Support<bool>
    + Send
    + KeyInit
    + Update
    + FixedOutput
    + MacMarker
    + WithError { }
Available on crate features internal-api-crypto and internal-api-crypto-hmac only.
Expand description

HMAC interface.

Object Safety§

This trait is not object safe.

Implementors§