[][src]Constant self_encryption::MAX_FILE_SIZE

pub const MAX_FILE_SIZE: usize = 1024 * 1024 * 1024; // 1_073_741_824usize

The maximum size of file which can be self-encrypted, defined as 1GB.