summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/coordinates.py
Commit message (Collapse)AuthorAgeFilesLines
* More docs.J08nY2020-12-171-0/+10
|
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-4/+3
|
* Add support for getting neutral points in coordinate systems.J08nY2020-03-031-1/+9
|
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-2/+2
|
* Add notebooks, fix Travis.J08nY2020-02-131-0/+1
|
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-1/+4
|
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-3/+4
|
* Fix style errors.J08nY2020-02-081-1/+1
|
* Fix type errors, now mypy runs ok.J08nY2020-02-081-3/+4
|
* Refactor ScalarMult.J08nY2019-12-221-0/+3
|
* More docs and more coverage.J08nY2019-04-241-1/+7
|
* Add conversion to and from affine points.J08nY2019-03-211-14/+12
|
* Separate formula code into EFD class.J08nY2019-03-211-10/+12
|
* Add negation formulas to EFD.J08nY2019-03-211-15/+11
|
* Abstract out EFD from classes.J08nY2019-03-211-3/+29
|
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-3/+6
|
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-211-0/+71