Trait bitcoin_hashes::sha256t::Tag[][src]

pub trait Tag {
    fn engine() -> HashEngine;
}
Expand description

Trait representing a tag that can be used as a context for SHA256t hashes.

Required methods

Returns a hash engine that is pre-tagged and is ready to be used for the data.

Implementors

impl Tag for TapLeafTag

impl Tag for TapBranchTag

impl Tag for TapTweakTag