aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/model.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken.J08nY2025-03-131-0/+1
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-1/+1
|
* Fix efd detection.J08nY2024-05-161-1/+2
|
* Add check for mis-install with missing std an efd submodules.J08nY2024-05-161-0/+9
|
* Fix DeepSourcce issues.J08nY2024-04-161-1/+1
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-1/+15
|
* Add references to docs.J08nY2023-08-281-0/+1
|
* Move away from pkg_resources.J08nY2023-08-081-12/+11
|
* Move to better hash implementations.J08nY2023-07-281-1/+1
|
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+1
|
* Fix mypy issues.J08nY2023-02-051-4/+2
|
* More DeepSource fixes.J08nY2021-04-241-1/+1
|
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-8/+6
|
* Use black.J08nY2021-04-101-0/+2
|
* Better parsing of "end of line"Davide Alessio2021-02-121-1/+1
| | | | Using .rstrip() multi-byte end of line (CRLF on Windows) is correctly stripped
* The big documentation patch.J08nY2021-01-201-0/+30
|
* Handle formula assumptions.J08nY2020-12-171-0/+1
| | | | Fixes #4.
* Add random generation of points, speedup computation.J08nY2020-07-011-0/+3
|
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-10/+2
|
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-0/+6
|
* Better textual representations of classes, new notebooks.J08nY2020-02-151-0/+3
|
* Add notebooks, fix Travis.J08nY2020-02-131-0/+1
|
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-2/+3
|
* Fix style errors.J08nY2020-02-081-2/+2
|
* Refactor ScalarMult.J08nY2019-12-221-0/+3
|
* More docs and more coverage.J08nY2019-04-241-0/+2
|
* Add conversion to and from affine points.J08nY2019-03-211-1/+1
|
* Fix some EFD formulas and their output indices.J08nY2019-03-211-3/+2
|
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-0/+3
|
* Abstract out EFD from classes.J08nY2019-03-211-10/+21
|
* Add NAF scalar multiplication method sketches.J08nY2019-03-211-28/+40
|
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-1/+1
|
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-211-0/+99