Trait handshakes::prelude::MarkedDigest[][src]

pub trait MarkedDigest<D>: Digest + Default + Write where
    D: MarkedDigestOutput
{ fn finalize_marked(self) -> D;
fn digest_marked(data: &[u8]) -> D; }
Expand description

A marked digest

Required methods

Produce a marked digest from the hasher

Shortcut to produce a marked digest

Implementors