pub trait PublicKey: Debug + Clone + Copy + PartialEq + Zeroize { }
Expand description

Trait represents a public key.

Implementors