Constant ring::aead::MAX_TAG_LEN
source ยท pub const MAX_TAG_LEN: usize = TAG_LEN; // 16usize
Expand description
The maximum length of a tag for the algorithms in this module.
pub const MAX_TAG_LEN: usize = TAG_LEN; // 16usize
The maximum length of a tag for the algorithms in this module.