Constant aes_kw::KWP_MAX_LEN
source · [−]pub const KWP_MAX_LEN: usize = u32::MAX as usize; // 4_294_967_295usize
Expand description
Maximum length of the AES-KWP input data (2^32 bytes).
pub const KWP_MAX_LEN: usize = u32::MAX as usize; // 4_294_967_295usize
Maximum length of the AES-KWP input data (2^32 bytes).