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