Trait sp_core::crypto::Public

source ·
pub trait Public: CryptoType + ByteArray + PartialEq + Eq + Clone + Send + Sync + Derive { }
Expand description

Trait suitable for cryptographic public keys.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Public for Public

source§

impl Public for Dummy

source§

impl<const N: usize, SubTag> Public for PublicBytes<N, SubTag>
where Self: CryptoType,