Struct snarkvm_algorithms::msm::variable_base::VariableBase
source · pub struct VariableBase;
Implementations
sourceimpl 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
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