auths-id 0.1.2

Multi-device identity and attestation crate for Auths
Documentation
1
2
3
4
5
6
7
8
9
10
#[allow(clippy::unwrap_used, clippy::expect_used)]
pub mod attestation;
#[allow(clippy::unwrap_used, clippy::expect_used)]
pub mod identity_storage;
#[allow(clippy::unwrap_used, clippy::expect_used)]
pub mod registry;

pub use attestation::{FakeAttestationSink, FakeAttestationSource};
pub use identity_storage::FakeIdentityStorage;
pub use registry::FakeRegistryBackend;