pub type SigningKeyPair = KeyPair<SigningKey, VerifyingKey>;
pub struct SigningKeyPair { /* private fields */ }