Skip to content

Commit 9ea1a46

Browse files
Merge pull request #11 from mullvad/export-verifyerror-crates-root
Export VerifyError from the crate's root
2 parents a4a43de + 10a20a9 commit 9ea1a46

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)