vta-sdk 0.2.0

SDK for Verifiable Trust Agents operating in Verifiable Trust Communities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[cfg(feature = "client")]
pub mod client;
pub mod context_provision;
pub mod contexts;
pub mod credentials;
pub mod did_key;
pub mod did_secrets;
#[cfg(feature = "didcomm")]
pub mod didcomm_init;
#[cfg(feature = "session")]
pub mod didcomm_session;
#[cfg(feature = "didcomm")]
pub mod didcomm_transport;
pub mod keys;
pub mod protocols;
#[cfg(feature = "session")]
pub mod session;
pub mod webvh;