From 10a20a9d7a115a95d1cafb1bbe733b847c154a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20D=C3=A9trez?= Date: Tue, 3 Feb 2026 11:42:42 +0100 Subject: [PATCH] Export VerifyError from the crate's root --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5527bc1..a732570 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -71,4 +71,4 @@ pub use io::ascii::ParseAsciiError; pub use log::{InclusionProof, Leaf, Protoleaf, SignedTreeHead, WitnessCosignature}; pub use policy::{Policy, PolicyBuilder}; pub use sigsumsig::SigsumSignature; -pub use verify::verify; +pub use verify::{verify, VerifyError};