Struct atsamd_hal::pukcc::c_abi::ZpEcDsaGenerateFast
source · [−]#[repr(C)]pub struct ZpEcDsaGenerateFast {
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 ZpEcDsaGenerateFast
impl Clone for ZpEcDsaGenerateFast
sourcefn clone(&self) -> ZpEcDsaGenerateFast
fn clone(&self) -> ZpEcDsaGenerateFast
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 ZpEcDsaGenerateFast
impl Debug for ZpEcDsaGenerateFast
sourceimpl Default for ZpEcDsaGenerateFast
impl Default for ZpEcDsaGenerateFast
sourcefn default() -> ZpEcDsaGenerateFast
fn default() -> ZpEcDsaGenerateFast
Returns the “default value” for a type. Read more
sourceimpl Service for ZpEcDsaGenerateFast
impl Service for ZpEcDsaGenerateFast
const SERVICE_NUM: u8 = 83u8
const FUNCTION_ADDRESS: usize = 33_554_473usize
sourceunsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for ZpEcDsaGenerateFast
Auto Trait Implementations
impl RefUnwindSafe for ZpEcDsaGenerateFast
impl Send for ZpEcDsaGenerateFast
impl Sync for ZpEcDsaGenerateFast
impl Unpin for ZpEcDsaGenerateFast
impl UnwindSafe for ZpEcDsaGenerateFast
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