pub type VecBox = DryocSecretBox<Mac, Vec<u8>>;
Vec-based authenticated secret box.
struct VecBox { /* private fields */ }