Expand description
Contains the implementations for all the credential revocation methods that can be used with IOTA’s Identity framework.
Re-exports§
pub use validity_timeframe_2024::*;
Modules§
- Implementation of StatusList2021.
- Implementation of a new Revocation mechanism for ZK Verifiable Credentials.
Structs§
- A compressed bitmap for managing credential revocation.
Enums§
- Errors occurring when creating or extracting a Service of type
RevocationBitmap2022
Traits§
- Extension trait providing convenience methods to update a
RevocationBitmap2022
service in aCoreDocument
.
Type Aliases§
- A result type designed for
RevocationBitmap2022
handling.