//! SFrame key definitions as of [RFC 9605 4.4.2](https://www.rfc-editor.org/rfc/rfc9605.html#section-4.4.2)
/// Generic key implementation, which can be used with any crypto backend
pub use KeyStore;
// Re-exports for the crypto backend selected via feature flags. When no backend feature
// is enabled, only the generic types in [`crypto_key`] are exposed, so a custom crypto
// implementation can be plugged in.
cfg_if!