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

pub trait Tag {
    fn engine() -> HashEngine

Notable traits for HashEngine

impl Write for HashEngine
; }

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

Required methods

fn engine() -> HashEngine

Notable traits for HashEngine

impl Write for HashEngine

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

Loading content...

Implementors

Loading content...