Struct ark_ec::msm::FixedBaseMSM [−][src]
pub struct FixedBaseMSM;
Implementations
pub fn get_window_table<T: ProjectiveCurve>(
scalar_size: usize,
window: usize,
g: T
) -> Vec<Vec<T::Affine>>
[src]pub fn windowed_mul<T: ProjectiveCurve>(
outerc: usize,
window: usize,
multiples_of_g: &[Vec<T::Affine>],
scalar: &T::ScalarField
) -> T
[src]pub fn multi_scalar_mul<T: ProjectiveCurve>(
scalar_size: usize,
window: usize,
table: &[Vec<T::Affine>],
v: &[T::ScalarField]
) -> Vec<T>
[src]