Skip to main content

Block

Type Alias Block 

Source
pub type Block = Block<Polyval>;
Expand description

POLYVAL blocks (16-bytes)

Aliased Type§

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

Tuple Fields§

§0: [u8; 16]