Trait wasefire_board_api::crypto::Hash

source ·
pub trait Hash:
    Support<bool>
    + Send
    + Default
    + BlockSizeUser
    + Update
    + FixedOutputReset
    + HashMarker
    + WithError { }
Available on crate features internal-api-crypto and internal-api-crypto-hash only.
Expand description

Hash interface.

Object Safety§

This trait is not object safe.

Implementors§