identity_credential 1.5.1

An implementation of the Verifiable Credentials standard.
Documentation
1
2
3
4
5
6
7
8
// Copyright 2020-2024 IOTA Stiftung, Fondazione Links
// SPDX-License-Identifier: Apache-2.0

//! Implementation of a new Revocation mechanism for ZK Verifiable Credentials.

mod revocation_timeframe_status;

pub use revocation_timeframe_status::*;