Loading openssl/src/ec_key.rs +2 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
openssl/src/ec_key.rs +2 −0 Original line number Diff line number Diff line Loading @@ -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, Loading