Type Alias SecureBytes

Source
pub type SecureBytes = SecureVec<u8>;
Expand description

Type alias for a vector that stores just bytes

Aliased Typeยง

struct SecureBytes { /* private fields */ }