Type Alias aes::Block8

source ·
pub type Block8 = GenericArray<Block, U8>;
Expand description

Eight 128-bit AES blocks

Aliased Type§

struct Block8 { /* private fields */ }