1//! Tools for signing generating signed manifests of ancillary data. 2mod interface; 3mod with_secret_key; 4 5pub use interface::*; 6pub use with_secret_key::*;