Struct atsamd_hal::pukcc::c_abi::GF2NEcDsaGenerateFast
source · [−]#[repr(C)]pub struct GF2NEcDsaGenerateFast {
pub nu1PointABase: nu1,
pub nu1OrderPointBase: nu1,
pub nu1ModBase: nu1,
pub nu1CnsBase: nu1,
pub nu1PrivateKey: nu1,
pub nu1ScalarNumber: nu1,
pub nu1ABase: nu1,
pub nu1HashBase: nu1,
pub nu1Workspace: nu1,
pub u2ModLength: u2,
pub u2ScalarLength: u2,
pub __Padding0: u2,
}
Fields
nu1PointABase: nu1
nu1OrderPointBase: nu1
nu1ModBase: nu1
nu1CnsBase: nu1
nu1PrivateKey: nu1
nu1ScalarNumber: nu1
nu1ABase: nu1
nu1HashBase: nu1
nu1Workspace: nu1
u2ModLength: u2
u2ScalarLength: u2
__Padding0: u2
Trait Implementations
sourceimpl Clone for GF2NEcDsaGenerateFast
impl Clone for GF2NEcDsaGenerateFast
sourcefn clone(&self) -> GF2NEcDsaGenerateFast
fn clone(&self) -> GF2NEcDsaGenerateFast
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GF2NEcDsaGenerateFast
impl Debug for GF2NEcDsaGenerateFast
sourceimpl Default for GF2NEcDsaGenerateFast
impl Default for GF2NEcDsaGenerateFast
sourcefn default() -> GF2NEcDsaGenerateFast
fn default() -> GF2NEcDsaGenerateFast
Returns the “default value” for a type. Read more
sourceimpl Service for GF2NEcDsaGenerateFast
impl Service for GF2NEcDsaGenerateFast
const SERVICE_NUM: u8 = 112u8
const FUNCTION_ADDRESS: usize = 33_554_533usize
sourceunsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for GF2NEcDsaGenerateFast
Auto Trait Implementations
impl RefUnwindSafe for GF2NEcDsaGenerateFast
impl Send for GF2NEcDsaGenerateFast
impl Sync for GF2NEcDsaGenerateFast
impl Unpin for GF2NEcDsaGenerateFast
impl UnwindSafe for GF2NEcDsaGenerateFast
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more