pub trait Public: CryptoType + ByteArray + PartialEq + Eq + Clone + Send + Sync + Derive { }
Trait suitable for cryptographic public keys.