pub trait Signature: CryptoType + ByteArray + PartialEq + Eq + Clone + Send + Sync { }
Expand description
Trait suitable for cryptographic signatures.
Object Safety§
This trait is not object safe.
pub trait Signature: CryptoType + ByteArray + PartialEq + Eq + Clone + Send + Sync { }
Trait suitable for cryptographic signatures.