pub struct VariableBaseMSM;Implementations§
Source§impl VariableBaseMSM
impl VariableBaseMSM
pub fn multi_scalar_mul_custom<P: Parameters>( points: &[GroupAffine<P>], scalars: &[BigInt<P>], window_bits: u32, max_batch: u32, max_collisions: u32, ) -> GroupProjective<P>
pub fn multi_scalar_mul<P: Parameters>( points: &[GroupAffine<P>], scalars: &[BigInt<P>], ) -> GroupProjective<P>
Auto Trait Implementations§
impl Freeze for VariableBaseMSM
impl RefUnwindSafe for VariableBaseMSM
impl Send for VariableBaseMSM
impl Sync for VariableBaseMSM
impl Unpin for VariableBaseMSM
impl UnwindSafe for VariableBaseMSM
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