mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Remove get_g_scalars() from MSM.
This commit is contained in:
parent
6620817d81
commit
60aa2918c3
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue