aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Add proper context management.J08nY2019-04-2311-58/+235
* Add codecov config.J08nY2019-04-223-1/+10
* Raise code coverage for Mod.J08nY2019-04-223-4/+40
* Add ECDH and ECDSA simulation.J08nY2019-04-2211-9/+351
* Add AbelianGroup class.J08nY2019-04-218-125/+126
* Update readmes.J08nY2019-04-212-2/+27
* Add codecov badge.J08nY2019-04-211-1/+1
* Add codecov.J08nY2019-04-215-7/+12
* Add point conversion.J08nY2019-04-203-11/+87
* Add prime parameter to EllipticCurve class.J08nY2019-03-218-40/+93
* Add conversion to and from affine points.J08nY2019-03-217-24/+182
* Add Travis CI.J08nY2019-03-213-5/+19
* Update logo and readme.J08nY2019-03-215-2/+188
* Fix ladder scalar multiplier.J08nY2019-03-213-6/+8
* Fix some EFD formulas and their output indices.J08nY2019-03-2114-24/+28
* Update readme.J08nY2019-03-213-3/+4
* 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-2131-81/+154
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-217-7/+77
* Fix ladder multipliers.J08nY2019-03-215-13/+66
* Finish and test NAF multipliers.J08nY2019-03-214-14/+55
* 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-219-55/+198
* Add more tests and cleanup some typing errors.J08nY2019-03-214-8/+46
* Add Montgomery scalar mult.J08nY2019-03-214-23/+93
* Fix basic scalar multipliers.J08nY2019-03-214-36/+79
* Fix basic scalar multiplier.J08nY2019-03-214-17/+34
* Update logo.J08nY2019-03-215-1/+3
* Setup EC models, curves, formulas from efd.J08nY2019-03-2114-8/+330
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-21549-32/+9186
* Move SCA stuff to sca package.J08nY2019-03-2129-37/+63
* Add documentation.J08nY2019-03-2117-21/+216
* Add parsing of ChipWhisperer trace sets.J08nY2019-03-2113-24/+248
* Add setup.pyJ08nY2019-03-144-17/+29
* Add license and logo.J08nY2019-03-148-19/+266
* Fix formatting.J08nY2019-03-146-22/+35
* Add docs to align module.J08nY2019-03-142-1/+71
* Add docs with sphinx.J08nY2019-03-146-6/+280
* Init.J08nY2019-03-1430-0/+1100