Trait PublicKey

Source
pub trait PublicKey:
    Verifier
    + Sized
    + ReadExt
    + Encode
    + PartialEq
    + Array { }
Expand description

A PublicKey, able to verify Signatures.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl PublicKey for commonware_cryptography::bls12381::PublicKey

Source§

impl PublicKey for commonware_cryptography::ed25519::PublicKey

Source§

impl PublicKey for commonware_cryptography::secp256r1::PublicKey