co-didcomm 0.8.0

COKIT fork of didcomm-rs — DIDComm messaging v2 implementation with modern crypto and WASM support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod decorators;
mod didcomm;
mod jwk;
mod jwm;
mod prior_claims;
mod types;
pub use decorators::*;
pub use didcomm::*;
pub use jwk::*;
pub use jwm::*;
pub use prior_claims::*;
pub use types::*;