#[repr(C)]pub struct PrimeGen {
pub nu1RndBase: nu1,
pub nu1NBase: nu1,
pub nu1CnsBase: nu1,
pub nu1PrecompBase: nu1,
pub nu1RBase: nu1,
pub nu1ExpBase: nu1,
pub u2NLength: u2,
pub __Padding0: nu1,
pub u1MillerRabinIterations: u1,
pub __Padding1: u1,
pub u2MaxIncrement: u2,
}
Fields§
§nu1RndBase: nu1
§nu1NBase: nu1
§nu1CnsBase: nu1
§nu1PrecompBase: nu1
§nu1RBase: nu1
§nu1ExpBase: nu1
§u2NLength: u2
§__Padding0: nu1
§u1MillerRabinIterations: u1
§__Padding1: u1
§u2MaxIncrement: u2
Trait Implementations§
Source§impl Service for PrimeGen
impl Service for PrimeGen
const SERVICE_NUM: u8 = 110u8
const FUNCTION_ADDRESS: usize = 33_554_521usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for PrimeGen
Auto Trait Implementations§
impl Freeze for PrimeGen
impl RefUnwindSafe for PrimeGen
impl Send for PrimeGen
impl Sync for PrimeGen
impl Unpin for PrimeGen
impl UnwindSafe for PrimeGen
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