Type Alias secure_string::SecureBytes

source ·
pub type SecureBytes = SecureVec<u8>;
Expand description

Type alias for a vector that stores just bytes

Aliased Type§

struct SecureBytes { /* private fields */ }