Skip to main content

PublicKey

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".

Implementors§

Source§

impl PublicKey for commonware_cryptography::bls12381::dkg::golden::PublicKey

Source§

impl PublicKey for commonware_cryptography::bls12381::PublicKey

Source§

impl PublicKey for commonware_cryptography::ed25519::PublicKey

Source§

impl PublicKey for commonware_cryptography::secp256r1::recoverable::PublicKey

Source§

impl PublicKey for commonware_cryptography::secp256r1::standard::PublicKey