//! Deprecated module path — renamed to [`crate::notary_certificate`] in 0.2.0.
//!
//! See issue freenet/web#24 for the rename rationale. This stub preserves the
//! public path `ghostkey_lib::delegate_certificate::DelegateCertificateV1` for
//! one release so downstream code compiles with a deprecation warning. Plan is
//! to remove this module in a future release.
pub use crateNotaryCertificateV1 as DelegateCertificateV1;
pub use crateNotaryPayload as DelegatePayload;