serdevault 0.1.2

Encrypted serialization/deserialization using Serde
Documentation
1
2
3
pub(crate) const NONCE_SIZE: usize = 12; // AES-GCM standard nonce size
pub(crate) const SALT_SIZE: usize = 16; // For password derivation
                                        // pub(crate) const FILE_PATH: &str = "~/fp.crypted";