aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ec.rs
Commit message (Collapse)AuthorAgeFilesLines
* Return Option from groupSteven Fackler2016-11-161-3/+6
|
* Remove EcGroup constructorsSteven Fackler2016-11-161-36/+1
| | | | | You also need a generator and possibly other stuff. Let's hold off on construction until someone has a concrete requirement for them.
* Add a test for mul_generatorSteven Fackler2016-11-151-0/+10
|
* Turns out yet another variant of EC_POINT_mul is allowed!Steven Fackler2016-11-151-4/+21
|
* Rename ec_key to ecSteven Fackler2016-11-141-0/+361