#[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
sourceimpl Service for PrimeGen
impl Service for PrimeGen
const SERVICE_NUM: u8 = 110u8
const FUNCTION_ADDRESS: usize = 33_554_521usize
sourceunsafe 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 RefUnwindSafe for PrimeGen
impl Send for PrimeGen
impl Sync for PrimeGen
impl Unpin for PrimeGen
impl UnwindSafe for PrimeGen
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