feat(core): key-file armor (relicario-keyfile-v1) encode/decode

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01McMF5pUJbCMricmFEnf2sG
This commit is contained in:
adlee-was-taken
2026-06-25 21:09:40 -04:00
parent b08b388d5d
commit 3b7099c6f4
2 changed files with 75 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ pub use vault::{
pub mod imgsecret;
pub mod keyfile;
pub mod backup;
pub use backup::{pack_backup, unpack_backup, BackupInput, BackupOutput, BackupItem, BackupAttachment};