Remove get_g_scalars() from MSM.

This commit is contained in:
Sean Bowe 2020-09-19 13:52:33 -06:00
parent 6620817d81
commit 60aa2918c3
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 5 deletions

View File

@ -124,11 +124,6 @@ impl<'a, C: CurveAffine> MSM<'a, C> {
bool::from(best_multiexp(&scalars, &bases).is_zero())
}
/// Return g_scalars
pub fn get_g_scalars(&self) -> Option<Vec<C::Scalar>> {
self.g_scalars.clone()
}
}
/// These are the public parameters for the polynomial commitment scheme.