Type Alias block_padding::Block

source ·
pub type Block<B> = Array<u8, B>;
Expand description

Block size.

Aliased Type§

struct Block<B>(pub <B as ArraySize>::ArrayType<u8>);

Fields§

§0: <B as ArraySize>::ArrayType<u8>