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