pub struct BigIntFMM(/* private fields */);Implementations§
Source§impl BigIntFMM
impl BigIntFMM
pub fn data_ptr(&self) -> *const u32
pub fn new(bits: u32) -> Self
pub fn convert_from_big_int( &mut self, src: &BigInt, n: &BigInt, context: BigIntFMMContext, )
pub fn compute_fmm( &mut self, op1: &BigIntFMM, op2: &BigIntFMM, n: &BigInt, context: BigIntFMMContext, )
Auto Trait Implementations§
impl Freeze for BigIntFMM
impl RefUnwindSafe for BigIntFMM
impl Send for BigIntFMM
impl Sync for BigIntFMM
impl Unpin for BigIntFMM
impl UnwindSafe for BigIntFMM
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