pub trait Public: CryptoType + ByteArray + Derive + PartialEq + Eq + Clone + Send + Sync { }
Expand description
Trait suitable for typical cryptographic key public type.
Object Safety§
This trait is not object safe.
pub trait Public: CryptoType + ByteArray + Derive + PartialEq + Eq + Clone + Send + Sync { }
Trait suitable for typical cryptographic key public type.