[−][src]Trait ring::signature::KeyPair
Key pairs for signing messages (private key and public key).
Associated Types
Loading content...Required methods
pub fn public_key(&self) -> &Self::PublicKey[src]
The public key for the key pair.