renc 0.1.2

Rust Encryption Engine compatible with the zenc file format
Documentation
1
2
3
4
5
//! Cryptographic primitives and key handling.

pub mod aead;
pub mod kdf;
pub mod keys;