//! Ratcheting key store and base key as of [RFC 9605 Section 5.1](https://www.rfc-editor.org/rfc/rfc9605.html#section-5.1)
/// Generic base key implementation, usable with any crypto backend.
/// Generic ratcheting key store implementation, usable with any crypto backend.
pub use RatchetingKeyId;
// Default-backend aliases. When no backend feature is enabled only the generic types in the
// submodules are exposed, so a custom crypto backend can be plugged in.
cfg_if!