WinternitzKey

Type Alias WinternitzKey 

Source
pub type WinternitzKey = Vec<[u8; 32]>;
Expand description

Private or Public key. The length depends on Winternitz parameter d and is roughly 256 / log2(d).

Aliased Typeยง

pub struct WinternitzKey { /* private fields */ }