pub use ;
pub use *;
pub use ssi_data_integrity_suites as suites;
pub use *;
/// Any Data-Integrity proof known by this library.
pub type AnyProof = ;
/// List of any Data-Integrity proof known by this library.
pub type AnyProofs = ;
/// Data-Integrity-secured claims with any cryptographic suite.
pub type AnyDataIntegrity<T = DataIntegrityDocument> = ;