aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add proper context management.J08nY2019-04-235-54/+207
* Raise code coverage for Mod.J08nY2019-04-221-1/+1
* Add ECDH and ECDSA simulation.J08nY2019-04-224-7/+252
* Add AbelianGroup class.J08nY2019-04-213-52/+72
* Add codecov.J08nY2019-04-211-3/+3
* Add point conversion.J08nY2019-04-201-10/+27
* Add prime parameter to EllipticCurve class.J08nY2019-03-214-14/+30
* Add conversion to and from affine points.J08nY2019-03-215-23/+157
* Fix ladder scalar multiplier.J08nY2019-03-211-5/+5
* Fix some EFD formulas and their output indices.J08nY2019-03-2113-24/+27
* Separate formula code into EFD class.J08nY2019-03-212-41/+72
* Add Op class.J08nY2019-03-213-9/+47
* Fix some scalar-mult algos, rename some outputs of formulas.J08nY2019-03-2130-77/+131
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-215-0/+56
* Fix ladder multipliers.J08nY2019-03-214-7/+47
* Finish and test NAF multipliers.J08nY2019-03-211-13/+22
* Add negation formulas to EFD.J08nY2019-03-2134-15/+123
* Abstract out EFD from classes.J08nY2019-03-219-72/+125
* Add NAF scalar multiplication method sketches.J08nY2019-03-216-47/+169
* Add more tests and cleanup some typing errors.J08nY2019-03-213-8/+16
* Add Montgomery scalar mult.J08nY2019-03-213-16/+63
* Fix basic scalar multipliers.J08nY2019-03-213-22/+49
* Fix basic scalar multiplier.J08nY2019-03-212-4/+18
* Setup EC models, curves, formulas from efd.J08nY2019-03-218-6/+281
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-21548-13/+9155
* Move SCA stuff to sca package.J08nY2019-03-2114-11/+11
* Add documentation.J08nY2019-03-2111-12/+198
* Add parsing of ChipWhisperer trace sets.J08nY2019-03-213-13/+82
* Fix formatting.J08nY2019-03-146-22/+35
* Add docs to align module.J08nY2019-03-141-0/+70
* Init.J08nY2019-03-1412-0/+679