auths-id 0.1.2

Multi-device identity and attestation crate for Auths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod core;
#[cfg(feature = "git-storage")]
pub mod create;
pub mod encoders;
pub mod enriched;
pub mod export;
pub mod group;
pub mod json_schema_encoder;
#[cfg(feature = "git-storage")]
pub mod load;
#[cfg(feature = "git-storage")]
pub mod revoke;
#[cfg(feature = "git-storage")]
pub mod verify;

pub use export::AttestationSink;