#[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§
Source§impl Clone for GF2NEcDsaGenerateFast
impl Clone for GF2NEcDsaGenerateFast
Source§fn clone(&self) -> GF2NEcDsaGenerateFast
fn clone(&self) -> GF2NEcDsaGenerateFast
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 GF2NEcDsaGenerateFast
impl Debug for GF2NEcDsaGenerateFast
Source§impl Default for GF2NEcDsaGenerateFast
impl Default for GF2NEcDsaGenerateFast
Source§fn default() -> GF2NEcDsaGenerateFast
fn default() -> GF2NEcDsaGenerateFast
Returns the “default value” for a type. Read more
Source§impl Service for GF2NEcDsaGenerateFast
impl Service for GF2NEcDsaGenerateFast
const SERVICE_NUM: u8 = 112u8
const FUNCTION_ADDRESS: usize = 33_554_533usize
Source§unsafe 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 Freeze for GF2NEcDsaGenerateFast
impl RefUnwindSafe for GF2NEcDsaGenerateFast
impl Send for GF2NEcDsaGenerateFast
impl Sync for GF2NEcDsaGenerateFast
impl Unpin for GF2NEcDsaGenerateFast
impl UnwindSafe for GF2NEcDsaGenerateFast
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