Type Alias aes::Block8

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

Eight 128-bit AES blocks

Aliased Type§

struct Block8(pub [Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>; 8]);

Fields§

§0: [Array<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>; 8]