pub type EncryptedSessionBlock48 = Fixed<[u8; 48]>;
Fixed-size secret of exactly $size bytes.
$size
pub struct EncryptedSessionBlock48(pub [u8; 48]);
0: [u8; 48]