AppStateBackupDigestStore
interface AppStateBackupDigestStore
Single last-uploaded digest, so AppStateCloudBackupCoordinator can skip a redundant upload (and the network round-trip) when the app state is unchanged. One blob per sigil → one digest (no per-address keying, unlike dust). Production backs this with SharedPreferences; tests use an in-memory holder.