eck 0.0.3

A fast, simple file & folder encryption manager, written in Rust
1
2
3
4
pub struct ChunkResult {
    pub index: u64,
    pub data: Vec<u8>,
}