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
TODO: Serde serialization/deserialization
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ECQVCertSecret
impl Send for ECQVCertSecret
impl Sync for ECQVCertSecret
impl Unpin for ECQVCertSecret
impl UnwindSafe for ECQVCertSecret
Blanket Implementations
Mutably borrows from an owned value. Read more