Struct snarkvm_algorithms::msm::variable_base::VariableBaseMSM [−][src]
pub struct VariableBaseMSM;
Implementations
impl VariableBaseMSM
[src]
impl VariableBaseMSM
[src]pub fn multi_scalar_mul<G: AffineCurve>(
bases: &[G],
scalars: &[<G::ScalarField as PrimeField>::BigInteger]
) -> G::Projective
[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,