aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec
Commit message (Expand)AuthorAgeFilesLines
* Add MultPointBlinding countermeasure and test it.J08nY13 days2-7/+97
* Omit non-initialization of some mults in ctrs.J08nY2025-10-241-4/+2
* Expose countermeasure formula requires in a classvar.J08nY2025-10-241-2/+13
* Make PointBlinding public API.J08nY2025-10-241-0/+1
* Fix lint.J08nY2025-10-191-0/+2
* Use nmults instead of type annotations in countermeasures.J08nY2025-10-181-6/+1
* Add point blinding countermeasure.J08nY2025-10-181-18/+82
* Allow for scalar countermeasures with mixed mults.J08nY2025-10-181-38/+90
* Merge pull request #75 from J08nY/feat/ctr-combinationsJán Jančár2025-10-031-59/+104
|\
| * Add a way to control randomness in coountermeasures.J08nY2025-10-031-11/+22
| * Better bound in additive split.J08nY2025-10-031-1/+1
| * Allow for combinations of countermeasures.J08nY2025-10-031-50/+84
* | refactor: remove unused importsdeepsource-autofix[bot]2025-10-034-5/+2
|/
* Full equivalence.J08nY2025-10-021-1/+1
* Ignore some mypy issues.J08nY2025-09-021-5/+5
* Fix use_init and use_multiply in errors_out.J08nY2025-08-212-5/+8
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-112-4/+64
* Split EPA functonality to speed up computation.J08nY2025-07-311-0/+10
* Improve memory and pickle space usage of FakePoint.J08nY2025-07-291-2/+14
* Fix mypy proper.J08nY2025-07-291-1/+1
* Fix mypy.J08nY2025-07-291-1/+1
* Add epa tracking functionality.J08nY2025-07-281-2/+19
* Fix mults_computed issue.J08nY2025-07-212-2/+10
* More speed for MultipleContext.J08nY2025-06-191-7/+13
* Speedup multiples_computed.J08nY2025-06-191-0/+6
* Fix is_neutral.J08nY2025-03-311-1/+3
* Better is_neutral test in curve.J08nY2025-03-312-3/+11
* More specific Mod annotations.J08nY2025-03-314-29/+35
* Fix recursion, really.J08nY2025-03-301-1/+1
* Avoid infinite recursion.J08nY2025-03-301-2/+0
* Fix mods.J08nY2025-03-293-12/+12
* Add cube roots to other mod impls.J08nY2025-03-294-131/+136
* Add equality check via homogenity.J08nY2025-03-284-8/+185
* Fix bnaf always.J08nY2025-03-281-4/+6
* Add always to Binary NAF.J08nY2025-03-264-5/+32
* Allow Mod formatting.J08nY2025-03-201-0/+3
* Add Brumley & Tuveri countermeasure.J08nY2025-03-191-0/+42
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-3/+16
* Cleanup docs from unnecessary inherited items.J08nY2025-03-191-1/+1
* Solve Flint exception.J08nY2025-03-181-1/+2
* Handle ScalingFormula in MultipleContext.J08nY2025-03-151-19/+36
* Fix type ignore.J08nY2025-03-131-4/+4
* Blacken.J08nY2025-03-1326-49/+132
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-139-33/+42
* Docs for countermeasures.J08nY2025-03-122-38/+116
* Fix multiple mult in rpa context.J08nY2025-03-121-1/+1
* Handle precomp points in multiple context.J08nY2025-03-126-28/+41
* Add different multiple tracking in multiples_computed.J08nY2025-03-112-2/+2
* Fix lint.J08nY2025-03-111-3/+18
* Add countermeasures.J08nY2025-03-101-0/+118