feat(recovery): implement header backup/restore, BIP-39 recovery key, and integrity verification

This commit is contained in:
2026-09-08 09:49:08 +02:00
parent 2d14c64c3e
commit 1c8a860184
11 changed files with 1451 additions and 57 deletions
+2
View File
@@ -1,5 +1,7 @@
pub mod crypto;
pub mod mount;
pub mod recovery;
pub mod storage;
pub mod ui;
pub mod verify;
pub mod vfs;