pub type Xof = Vec<u8>;
An Extendable Output Function (XOF) produces output of arbitrary length
pub struct Xof { /* private fields */ }