vios_app 0.1.1

Small JSON vaults: Argon2id + AES-GCM, with optional AAD binding.
Documentation
1
2
3
4
5
6
7
8
pub fn log_conversation_trace(
    vault_id: &str,
    emotion_state: &super::naorix_emotion::EmotionState,
    cia_hash: &str,
    ai_reply: &str,
) {
    println!("[LOG] Vault: {vault_id}, Tone: {:?}, CIA: {cia_hash}, AI: {ai_reply}", emotion_state);
}