mithril_common::crypto_helper::ed25519

Type Alias Ed25519VerificationKey

Source
pub type Ed25519VerificationKey = ProtocolKey<VerifyingKey>;
Expand description

Wrapper of Ed25519:PublicKey.

Aliased Type§

struct Ed25519VerificationKey { /* private fields */ }

Implementations§

Source§

impl Ed25519VerificationKey

Source

pub fn verify( &self, message: &[u8], signature: &Ed25519Signature, ) -> StdResult<()>

Verifies the signature of a message