EncryptedSessionBlock48

Type Alias EncryptedSessionBlock48 

Source
pub type EncryptedSessionBlock48 = Fixed<[u8; 48]>;
Expand description

Fixed-size secret of exactly $size bytes.

Aliased Type§

pub struct EncryptedSessionBlock48(pub [u8; 48]);

Tuple Fields§

§0: [u8; 48]