vios_app 0.1.1

Small JSON vaults: Argon2id + AES-GCM, with optional AAD binding.
Documentation
1
2
3
4
5
6
pub fn extend_payload(s: &str) -> String {
    s.to_string()
}
pub fn extract_reflection_line(s: &str) -> String {
    s.lines().next().unwrap_or("").to_string()
}