Skip to main content

Key

Type Alias Key 

Source
pub type Key = Array<u8, U16>;
Expand description

POLYVAL keys (16-bytes)

Aliased Type§

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

Tuple Fields§

§0: [u8; 16]