Struct schnorrkel::cert::ECQVCertPublic
source · Expand description
ECQV Implicit Certificate Public Key Reconstruction Data
Identifying the public key of, and implicity verifying, an ECQV implicit certificate requires this data, which is produced when the certificate holder accepts the implicit certificate.
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
source§impl Clone for ECQVCertPublic
impl Clone for ECQVCertPublic
source§fn clone(&self) -> ECQVCertPublic
fn clone(&self) -> ECQVCertPublic
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ECQVCertPublic
impl Debug for ECQVCertPublic
source§impl From<ECQVCertSecret> for ECQVCertPublic
impl From<ECQVCertSecret> for ECQVCertPublic
TODO: Serde serialization/deserialization
source§fn from(secret: ECQVCertSecret) -> ECQVCertPublic
fn from(secret: ECQVCertSecret) -> ECQVCertPublic
Converts to this type from the input type.