Enum sda_protocol::VerificationKey
[−]
[src]
pub enum VerificationKey { Sodium(B32), }
Verification key for signatures.
Variants
Sodium(B32)
Standard sodium verifacation key (Ed25519).
Trait Implementations
impl Clone for VerificationKey
[src]
fn clone(&self) -> VerificationKey
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for VerificationKey
[src]
impl Eq for VerificationKey
[src]
impl PartialEq for VerificationKey
[src]
fn eq(&self, __arg_0: &VerificationKey) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VerificationKey) -> bool
This method tests for !=
.