ockam_identity 0.134.0

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod change_history;
mod credential;
mod credential_and_purpose_key;
mod identifiers;
mod purpose_key_attestation;
mod timestamp;
mod utils;
mod versioned_data;

pub use change_history::*;
pub use credential::*;
pub use credential_and_purpose_key::*;
pub use identifiers::*;
pub use purpose_key_attestation::*;
pub use timestamp::*;
pub use versioned_data::*;