//! This library provides the implementation of common Data Integrity
//! verification methods such as [`Multikey`] or [`JsonWebKey2020`].
//!//! [`Multikey`]: crate::Multikey
//! [`JsonWebKey2020`]: crate::JsonWebKey2020
pubusessi_verification_methods_core::*;#[cfg(feature ="ed25519")]pubuse ed25519_dalek;modmethods;pubusemethods::*;