Struct schnorrkel::cert::ECQVCertSecret
source · pub struct ECQVCertSecret(pub [u8; 64]);
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.
impl Copy for ECQVCertSecret
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more