// Copyright 2020-2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
//! A Key ID Storage is used to store the identifiers of keys
//! that were generated in a Key Storage.
//!
//! This module provides the [`KeyIdStorage`] trait that
//! stores the mapping from a method, identified by a [`MethodDigest`],
//! to its [`KeyId`](crate::key_storage::KeyId).
pub use *;
pub use *;
pub use *;
pub use *;