//
// Source of wrapper adapted from a separate project: https://github.com/voipir/rust-xmlsec
// MIT Licence (Voipir Group): https://github.com/voipir/rust-xmlsec/blob/master/LICENSE
//!
//! Bindings for XmlSec1
//!
//! Modules reflect the header names of the bound xmlsec1 library
//!
pub use Document as XmlDocument;
// exports
pub use XMLSEC_DSIG_FLAGS_STORE_SIGNEDINFO_REFERENCES;
pub use XmlSecError;
pub use XmlSecResult;
pub use XmlSecKey;
pub use XmlSecKeyFormat;
pub use VerifiedReference;
pub use XmlSecSignatureContext;