Fix non-static EcGroup method locations

This commit is contained in:
Steven Fackler 2016-11-14 19:20:08 +01:00
parent e9e58b27dc
commit 4c60aa005d
1 changed files with 2 additions and 0 deletions

View File

@ -53,7 +53,9 @@ impl EcGroup {
.map(EcGroup)
}
}
}
impl EcGroupRef {
/// Places the components of a curve over a prime field in the provided `BigNum`s.
pub fn components_gfp(&self,
p: &mut BigNumRef,