pvcrypt/
lib.rs

1//! Includes the major imports!
2pub mod args; // For Arguments
3pub mod read; // For Reading
4pub mod stats;
5pub mod write; // For Writing // For Logging
6
7const CHUNK_SIZE: usize = 16 * 2048; // A pre defined chunk size