vios_app 0.1.1

Small JSON vaults: Argon2id + AES-GCM, with optional AAD binding.
Documentation
1
2
3
4
// 🔐 Minimal validator module to expose REEM code checker
pub fn is_valid_reem_code(reem: &str) -> bool {
    reem.starts_with("REEM-")
}