#[repr(C)]pub struct GF2NEcDsaVerifyFast {
pub nu1PointABase: nu1,
pub nu1OrderPointBase: nu1,
pub nu1ModBase: nu1,
pub nu1CnsBase: nu1,
pub nu1PointPublicKeyGen: nu1,
pub nu1PointSignature: 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
§nu1PointPublicKeyGen: nu1
§nu1PointSignature: nu1
§nu1ABase: nu1
§nu1HashBase: nu1
§nu1Workspace: nu1
§u2ModLength: u2
§u2ScalarLength: u2
§__Padding0: u2
Trait Implementations§
Source§impl Clone for GF2NEcDsaVerifyFast
impl Clone for GF2NEcDsaVerifyFast
Source§fn clone(&self) -> GF2NEcDsaVerifyFast
fn clone(&self) -> GF2NEcDsaVerifyFast
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 GF2NEcDsaVerifyFast
impl Debug for GF2NEcDsaVerifyFast
Source§impl Default for GF2NEcDsaVerifyFast
impl Default for GF2NEcDsaVerifyFast
Source§fn default() -> GF2NEcDsaVerifyFast
fn default() -> GF2NEcDsaVerifyFast
Returns the “default value” for a type. Read more
Source§impl Service for GF2NEcDsaVerifyFast
impl Service for GF2NEcDsaVerifyFast
const SERVICE_NUM: u8 = 116u8
const FUNCTION_ADDRESS: usize = 33_554_501usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for GF2NEcDsaVerifyFast
Auto Trait Implementations§
impl Freeze for GF2NEcDsaVerifyFast
impl RefUnwindSafe for GF2NEcDsaVerifyFast
impl Send for GF2NEcDsaVerifyFast
impl Sync for GF2NEcDsaVerifyFast
impl Unpin for GF2NEcDsaVerifyFast
impl UnwindSafe for GF2NEcDsaVerifyFast
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