1// Copyright 2020-2024 IOTA Stiftung, Fondazione Links 2// SPDX-License-Identifier: Apache-2.0 3 4//! Implementation of a new Revocation mechanism for ZK Verifiable Credentials. 5 6mod revocation_timeframe_status; 7 8pub use revocation_timeframe_status::*;