Skip to main content

Key

Type Alias Key 

Source
pub type Key = Key<Hc256Core>;
Expand description

HC-256 stream cipher key.

Aliased Type§

#[repr(transparent)]
pub struct Key(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]