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
TODO: Serde serialization/deserialization
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ECQVCertPublic
impl Send for ECQVCertPublic
impl Sync for ECQVCertPublic
impl Unpin for ECQVCertPublic
impl UnwindSafe for ECQVCertPublic
Blanket Implementations
Mutably borrows from an owned value. Read more