#[repr(C, packed(1))]pub struct otPlatCryptoEcdsaSignature {
pub m8: [u8; 64],
}
Expand description
@struct otPlatCryptoEcdsaSignature
Represents an ECDSA signature.
The signature is encoded as the concatenated binary representation of two MPIs r
and s
which are calculated
during signing (RFC 6605 - section 4).
Fields§
§m8: [u8; 64]
Trait Implementations§
Source§impl Clone for otPlatCryptoEcdsaSignature
impl Clone for otPlatCryptoEcdsaSignature
Source§fn clone(&self) -> otPlatCryptoEcdsaSignature
fn clone(&self) -> otPlatCryptoEcdsaSignature
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for otPlatCryptoEcdsaSignature
impl Debug for otPlatCryptoEcdsaSignature
Source§impl Default for otPlatCryptoEcdsaSignature
impl Default for otPlatCryptoEcdsaSignature
Source§fn default() -> otPlatCryptoEcdsaSignature
fn default() -> otPlatCryptoEcdsaSignature
Returns the “default value” for a type. Read more
impl Copy for otPlatCryptoEcdsaSignature
Auto Trait Implementations§
impl Freeze for otPlatCryptoEcdsaSignature
impl RefUnwindSafe for otPlatCryptoEcdsaSignature
impl Send for otPlatCryptoEcdsaSignature
impl Sync for otPlatCryptoEcdsaSignature
impl Unpin for otPlatCryptoEcdsaSignature
impl UnwindSafe for otPlatCryptoEcdsaSignature
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)