Type Alias Decoder

Source
pub type Decoder = Decoder<Sha256>;
Available on crate feature sha2 only.
Expand description

Veriform decoder with the default SHA-256 hash

Aliased Typeยง

pub struct Decoder { /* private fields */ }