pub type SecureBytes = SecureVec<u8>;
Type alias for a vector that stores just bytes
struct SecureBytes { /* private fields */ }