Skip to content

Commit

Permalink
Re-export libsignal_protocol::GenericSignedPreKey
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Jul 24, 2023
1 parent a0da5a1 commit 3c65765
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libsignal-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ pub mod prelude {
pub mod protocol {
pub use crate::session_store::SessionStoreExt;
pub use libsignal_protocol::{
Context, DeviceId, Direction, IdentityKey, IdentityKeyPair,
IdentityKeyStore, KeyPair, KyberPreKeyId, KyberPreKeyRecord,
KyberPreKeyStore, PreKeyId, PreKeyRecord, PreKeyStore, PrivateKey,
ProtocolAddress, ProtocolStore, PublicKey, SenderCertificate,
SenderKeyRecord, SenderKeyStore, SessionRecord, SessionStore,
SignalProtocolError, SignedPreKeyId, SignedPreKeyRecord,
SignedPreKeyStore,
Context, DeviceId, Direction, GenericSignedPreKey, IdentityKey,
IdentityKeyPair, IdentityKeyStore, KeyPair, KyberPreKeyId,
KyberPreKeyRecord, KyberPreKeyStore, PreKeyId, PreKeyRecord,
PreKeyStore, PrivateKey, ProtocolAddress, ProtocolStore, PublicKey,
SenderCertificate, SenderKeyRecord, SenderKeyStore, SessionRecord,
SessionStore, SignalProtocolError, SignedPreKeyId,
SignedPreKeyRecord, SignedPreKeyStore,
};
}
}

0 comments on commit 3c65765

Please sign in to comment.