renc 0.1.2

Rust Encryption Engine compatible with the zenc file format
Documentation
1
2
3
4
//! File format handling (header + streaming chunk encryption).

pub mod header;
pub mod stream;