Trait ring::signature::KeyPair [−][src]
Key pairs for signing messages (private key and public key).
Associated Types
type PublicKey: AsRef<[u8]> + Debug + Clone + Send + Sized + Sync
[src][−]
The type of the public key.
Required methods
fn public_key(&self) -> &Self::PublicKey
[src][−]
The public key for the key pair.