seednaut 0.1.1

A command-line utility for inspecting, verifying, and extracting Seedvault Android backups
1
2
3
4
5
6
7
8
9
pub mod crypto;
pub mod decrypt;
pub mod fetcher;
pub mod reassembler;
pub mod scanner;
pub mod types;

#[cfg(test)]
mod discovery_tests;