Commit 4c60aa00 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix non-static EcGroup method locations

parent e9e58b27
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,