PlainTextBlock16

Type Alias PlainTextBlock16 

Source
pub type PlainTextBlock16 = Fixed<[u8; 16]>;
Expand description

Fixed-size secret of exactly $size bytes.

Aliased Type§

pub struct PlainTextBlock16(pub [u8; 16]);

Tuple Fields§

§0: [u8; 16]