Struct schnorrkel::cert::ECQVCertSecret
source · Expand description
ECQV Implicit Certificate Secret
Issuing an ECQV implicit certificate requires producing this and securely sending it to the certificate holder.
Tuple Fields§
§0: [u8; 64]
Trait Implementations§
source§impl Clone for ECQVCertSecret
impl Clone for ECQVCertSecret
source§fn clone(&self) -> ECQVCertSecret
fn clone(&self) -> ECQVCertSecret
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 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.