Type Alias dryoc::dryocsecretbox::VecBox

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

Vec-based authenticated secret box.

Aliased Type§

struct VecBox { /* private fields */ }