pub use CompressionType;
pub use KeyParams;
/// Public exports
pub use KeyType;
pub use ParallelismType;
/// Version type
pub type Version = u8;
/// Chunk size of a bloc to compress & encrypt
pub const CHUNK_SIZE: usize = 8 * 1024 * 1024;
/// Encryption mode, used when resolving password in [`EnkryptitContext`](crate::context::EnkryptitContext)