Skip to content

Commit 10a20a9

Browse files
Export VerifyError from the crate's root
1 parent a4a43de commit 10a20a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ pub use io::ascii::ParseAsciiError;
7171
pub use log::{InclusionProof, Leaf, Protoleaf, SignedTreeHead, WitnessCosignature};
7272
pub use policy::{Policy, PolicyBuilder};
7373
pub use sigsumsig::SigsumSignature;
74-
pub use verify::verify;
74+
pub use verify::{verify, VerifyError};

0 commit comments

Comments
 (0)