Type Alias Xof

Source
pub type Xof = Vec<u8>;
Expand description

An Extendable Output Function (XOF) produces output of arbitrary length

Aliased Typeยง

pub struct Xof { /* private fields */ }