Type Alias VecBox

Source
pub type VecBox = DryocSecretBox<Mac, Vec<u8>>;
Expand description

Vec-based authenticated secret box.

Aliased Typeยง

struct VecBox { /* private fields */ }