#[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 · Source§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
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)