Take self directly in into_* functions
This commit is contained in:
@@ -508,7 +508,7 @@ impl<E: JubjubEngine> MontgomeryPoint<E> {
|
||||
/// a point in the birationally equivalent twisted
|
||||
/// Edwards curve.
|
||||
pub fn into_edwards<CS>(
|
||||
&self,
|
||||
self,
|
||||
mut cs: CS,
|
||||
params: &E::Params,
|
||||
) -> Result<EdwardsPoint<E>, SynthesisError>
|
||||
|
||||
Reference in New Issue
Block a user