Constant MIN_INPUT_LENGTH

pub const MIN_INPUT_LENGTH: usize = 60; // 60usize
Expand description

Minimal input size for AES-GCM (32-byte key + 12-byte nonce + 16-byte tag).