Multi-device identity and attestation management for Auths.
- --
```rust
use auths_id::{Identity, AttestationStore};
let identity = Identity::create()?;
let store = AttestationStore::open("~/.auths")?;
store.add_attestation(&attestation)?;
```
MIT OR Apache-2.0