stegoeggo 0.2.2

Rights-reservation metadata and AI-training restriction notices for images, with optional steganographic markers
1
2
3
4
5
6
7
8
9
10
11
/// Verification report builder with fluent API.
pub mod builder;
/// Verification report types: rights, stego, authentication, binding, trust, and diagnostics.
pub mod report;

pub use builder::VerificationReportBuilder;
pub use report::{
    AuthenticationVerification, BindingVerification, Diagnostic, DiagnosticLevel, FieldSource,
    HiddenMarkerVerification, RightsVerification, SignatureVerification, TrustEvaluation,
    VerificationReport,
};