Skip to main content

xmtp_id/
key_package.rs

1mod construction;
2mod credential;
3mod welcome_pointers;
4pub use construction::*;
5pub use credential::{create_credential, parse_credential};
6pub use welcome_pointers::WelcomePointersExtension;
7mod mls_ext_wrapper_encryption;
8mod verified_key_package_v2;
9
10pub use mls_ext_wrapper_encryption::*;
11pub use verified_key_package_v2::*;