Block

Type Alias Block 

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

128-bit AES block

Aliased Type§

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

Tuple Fields§

§0: [u8; 16]