MAX_CAPACITY

Constant MAX_CAPACITY 

Source
pub const MAX_CAPACITY: usize = _; // 4_096usize
Expand description

Maximum capacity to use with readpassphrase_into.

Vectors with allocations larger than this will only have their capacity used up to this limit. (The initialized portion of the input vector is always used regardless of size.)