vios_app 0.1.1

Small JSON vaults: Argon2id + AES-GCM, with optional AAD binding.
Documentation
1
2
3
pub fn compile_echoscript(input: &str) -> Result<String, String> {
    Ok(format!("Compiled echoscript: {input}"))
}