1 2 3 4 5 6 7 8 9
pub use signatory::ed25519::{PublicKey, Seed, PUBLIC_KEY_SIZE}; mod signer; #[cfg(feature = "softsign")] pub mod softsign; #[cfg(feature = "yubihsm")] pub mod yubihsm; pub use self::signer::Signer;