feat(crypto): Expose the master pubkey struct publicly
This commit is contained in:
parent
c6100404e5
commit
7c2b6ede1f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pub use file_encryption::{
|
||||||
DecryptorError, EncryptionInfo, KeyExportError,
|
DecryptorError, EncryptionInfo, KeyExportError,
|
||||||
};
|
};
|
||||||
pub use identities::{
|
pub use identities::{
|
||||||
Device, LocalTrust, OwnUserIdentity, ReadOnlyDevice, ReadOnlyOwnUserIdentity,
|
Device, LocalTrust, MasterPubkey, OwnUserIdentity, ReadOnlyDevice, ReadOnlyOwnUserIdentity,
|
||||||
ReadOnlyUserIdentities, ReadOnlyUserIdentity, UserDevices, UserIdentities, UserIdentity,
|
ReadOnlyUserIdentities, ReadOnlyUserIdentity, UserDevices, UserIdentities, UserIdentity,
|
||||||
};
|
};
|
||||||
pub use machine::OlmMachine;
|
pub use machine::OlmMachine;
|
||||||
|
|
Loading…
Reference in a new issue