summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/curve.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-061-1/+4
* More docs.J08nY2020-12-171-4/+46
* Properly handle coordinate system assumptions.J08nY2020-12-161-1/+1
* Add point compare using scaling formula.J08nY2020-12-101-24/+44
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-2/+14
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-051-1/+1
* Add random generation of points, speedup computation.J08nY2020-07-011-2/+16
* Fix codestyle.J08nY2020-06-291-1/+1
* Fix type errors and increase code coverage.J08nY2020-06-141-1/+1
* Add docs and tests to the ECTester target.J08nY2020-06-131-2/+47
* Add tests for affine coords.J08nY2020-03-161-1/+1
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-211-1/+18
* Add affine multiply and move neutral to curve class.J08nY2020-02-201-2/+23
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-2/+29
* Better textual representations of classes, new notebooks.J08nY2020-02-151-1/+4
* More docs and more coverage.J08nY2019-04-241-0/+5
* Raise code coverage for Mod.J08nY2019-04-221-1/+1
* Add AbelianGroup class.J08nY2019-04-211-10/+3
* Add codecov.J08nY2019-04-211-3/+3
* Add prime parameter to EllipticCurve class.J08nY2019-03-211-6/+18
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-0/+2
* Fix ladder multipliers.J08nY2019-03-211-0/+2
* Abstract out EFD from classes.J08nY2019-03-211-1/+11
* Add NAF scalar multiplication method sketches.J08nY2019-03-211-3/+3
* Add more tests and cleanup some typing errors.J08nY2019-03-211-1/+3
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-0/+23