Struct snarkvm_algorithms::msm::variable_base::VariableBaseMSM
source · [−]pub struct VariableBaseMSM;
Implementations
sourceimpl VariableBaseMSM
impl VariableBaseMSM
pub fn multi_scalar_mul<G: AffineCurve>(
bases: &[G],
scalars: &[<G::ScalarField as PrimeField>::BigInteger]
) -> G::Projective
Auto Trait Implementations
impl RefUnwindSafe for VariableBaseMSM
impl Send for VariableBaseMSM
impl Sync for VariableBaseMSM
impl Unpin for VariableBaseMSM
impl UnwindSafe for VariableBaseMSM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more