summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/mult.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+1
|
* Fix mypy issues.J08nY2023-02-051-9/+9
|
* Merge collapsible `if` statementsdeepsource-autofix[bot]2022-03-011-3/+5
|
* More DeepSource fixes.J08nY2021-04-241-4/+4
|
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-31/+20
|
* Implement fixes from DeepSource.J08nY2021-04-101-3/+3
|
* Use black.J08nY2021-04-101-31/+128
|
* The big documentation patch.J08nY2021-01-201-1/+6
|
* Introduce explicit field argument to formula calls.J08nY2021-01-191-6/+6
|
* Also trace precomputation in MultipleContext.J08nY2021-01-161-14/+28
|
* More docs.J08nY2020-12-171-5/+25
|
* Fixes for scalarmult.J08nY2020-07-101-1/+1
|
* Fix codestyle.J08nY2020-06-291-4/+4
|
* Fix type errors and increase code coverage.J08nY2020-06-141-2/+2
|
* Add a way for actions to have a result.J08nY2020-06-131-26/+26
|
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-061-3/+3
|
* Add affine multiply and move neutral to curve class.J08nY2020-02-201-23/+25
|
* Fix handling of formulas with unary negation.J08nY2020-02-201-0/+4
|
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-1/+1
|
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-41/+41
|
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-2/+4
|
* Rework context handling into a tree-based approach.J08nY2020-02-111-141/+160
|
* Rename AbelianGroup to DomainParameters.J08nY2020-02-101-5/+5
|
* Fix style errors.J08nY2020-02-081-1/+1
|
* Fix type errors, now mypy runs ok.J08nY2020-02-081-1/+1
|
* Fix op parsing.J08nY2019-12-231-2/+1
|
* Separate some scalar mults.J08nY2019-12-221-22/+78
|
* Add more parameters to ScalarMults.J08nY2019-12-221-34/+66
|
* Refactor ScalarMult.J08nY2019-12-221-81/+82
|
* Add proper context management.J08nY2019-04-231-36/+30
|
* Add AbelianGroup class.J08nY2019-04-211-42/+43
|
* Add prime parameter to EllipticCurve class.J08nY2019-03-211-0/+2
|
* Fix ladder scalar multiplier.J08nY2019-03-211-5/+5
|
* Fix some scalar-mult algos, rename some outputs of formulas.J08nY2019-03-211-18/+64
|
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-0/+48
|
* Fix ladder multipliers.J08nY2019-03-211-4/+33
|
* Finish and test NAF multipliers.J08nY2019-03-211-13/+22
|
* Abstract out EFD from classes.J08nY2019-03-211-39/+33
|
* Add NAF scalar multiplication method sketches.J08nY2019-03-211-12/+92
|
* Add more tests and cleanup some typing errors.J08nY2019-03-211-3/+3
|
* Add Montgomery scalar mult.J08nY2019-03-211-5/+30
|
* Fix basic scalar multipliers.J08nY2019-03-211-16/+38
|
* Fix basic scalar multiplier.J08nY2019-03-211-4/+13
|
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-0/+62