Skip to main content

core_crypto_keystore/ancillary/
mod.rs

1//! Types and functions which support the entities (i.e. as primary or search keys) without themselves being entities.
2
3mod conversation_epochs_older_than;
4mod conversation_id;
5pub(crate) mod helpers;
6mod message_rx_counter_key;
7
8pub use conversation_epochs_older_than::ConversationEpochsOlderThan;
9pub use conversation_id::{ConversationId, ConversationIdRef};
10pub use message_rx_counter_key::{MessageRxCounterPk, MessageRxCounterPkRef};