Fix non-static EcGroup method locations
This commit is contained in:
parent
e9e58b27dc
commit
4c60aa005d
|
|
@ -53,7 +53,9 @@ impl EcGroup {
|
||||||
.map(EcGroup)
|
.map(EcGroup)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
impl EcGroupRef {
|
||||||
/// Places the components of a curve over a prime field in the provided `BigNum`s.
|
/// Places the components of a curve over a prime field in the provided `BigNum`s.
|
||||||
pub fn components_gfp(&self,
|
pub fn components_gfp(&self,
|
||||||
p: &mut BigNumRef,
|
p: &mut BigNumRef,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue