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§
- status_
list_ 2021 - Implementation of StatusList2021.
- validity_
timeframe_ 2024 - Implementation of a new Revocation mechanism for ZK Verifiable Credentials.
Structs§
- Revocation
Bitmap - A compressed bitmap for managing credential revocation.
Enums§
- Revocation
Error - Errors occurring when creating or extracting a Service of type
RevocationBitmap2022
Traits§
- Revocation
Document Ext - Extension trait providing convenience methods to update a
RevocationBitmap2022
service in aCoreDocument
.
Type Aliases§
- Revocation
Result - A result type designed for
RevocationBitmap2022
handling.