pub type Output<Mode> = GenericArray<u8, Sum<Prod<<Mode as LmsOtsMode>::NLen, Sum<<Mode as LmsOtsMode>::PLen, U1>>, U4>>;Expand description
Useful type alias to get the GenericArray representation
Aliased Type§
struct Output<Mode> { /* private fields */ }