Struct snarkvm_algorithms::msm::variable_base::VariableBase
source · pub struct VariableBase;
Implementations§
source§impl VariableBase
impl VariableBase
pub fn msm<G: AffineCurve>( bases: &[G], scalars: &[<G::ScalarField as PrimeField>::BigInteger] ) -> G::Projective
Auto Trait Implementations§
impl RefUnwindSafe for VariableBase
impl Send for VariableBase
impl Sync for VariableBase
impl Unpin for VariableBase
impl UnwindSafe for VariableBase
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