aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-09Add targets.J08nY10-0/+199
2020-02-08Fix style errors.J08nY25-36/+88
2020-02-08Fix type errors, now mypy runs ok.J08nY7-17/+19
2020-02-07Add docs to Scope class, add support for pico-python.J08nY9-49/+302
2020-02-05Add picoscope and chipwhisperer to Travis.J08nY3-25/+64
2020-02-04Add support for PicoScope scopes, sketch out scope interface.J08nY19-12/+298
2020-01-06Add full black logo.J08nY2-0/+190
2019-12-23Fix op parsing.J08nY4-2/+14
2019-12-22Separate some scalar mults.J08nY2-28/+85
2019-12-22Add more parameters to ScalarMults.J08nY2-36/+73
2019-12-22Refactor ScalarMult.J08nY14-266/+292
2019-12-21Add curve parameters, improve coverage.J08nY13-107/+404
2019-12-21Fix Travis, add package data to bdist.J08nY4-3/+15
2019-12-21Update Sphinx config, add codegen to it.J08nY4-12/+25
2019-11-29More utility to formulas.J08nY5-12/+77
2019-11-22Add patter matching module.J08nY8-11/+95
2019-11-21Make pyecsca a namespace package, so that codegen can work.J08nY2-2/+2
2019-08-21Actually fix signatures.J08nY1-4/+4
2019-08-19Fix signature generation.J08nY1-3/+8
2019-05-14Separate action into formula action.J08nY1-16/+27
2019-05-01More coverage for curve and group.J08nY3-1/+51
2019-05-01Add Kolmogorov-Smirnov tests.J08nY3-6/+41
2019-04-24More docs and more coverage.J08nY16-45/+206
2019-04-23Exclude some lines from coverage.J08nY3-7/+47
2019-04-23Add proper context management.J08nY11-58/+235
2019-04-22Add codecov config.J08nY3-1/+10
2019-04-22Raise code coverage for Mod.J08nY3-4/+40
2019-04-22Add ECDH and ECDSA simulation.J08nY11-9/+351
2019-04-21Add AbelianGroup class.J08nY8-125/+126
2019-04-21Update readmes.J08nY2-2/+27
2019-04-21Add codecov badge.J08nY1-1/+1
2019-04-21Add codecov.J08nY5-7/+12
2019-04-20Add point conversion.J08nY3-11/+87
2019-03-21Add prime parameter to EllipticCurve class.J08nY8-40/+93
2019-03-21Add conversion to and from affine points.J08nY7-24/+182
2019-03-21Add Travis CI.J08nY3-5/+19
2019-03-21Update logo and readme.J08nY5-2/+188
2019-03-21Fix ladder scalar multiplier.J08nY3-6/+8
2019-03-21Fix some EFD formulas and their output indices.J08nY14-24/+28
2019-03-21Update readme.J08nY3-3/+4
2019-03-21Separate formula code into EFD class.J08nY2-41/+72
2019-03-21Add Op class.J08nY3-9/+47
2019-03-21Fix some scalar-mult algos, rename some outputs of formulas.J08nY31-81/+154
2019-03-21Add Corons SPA resistant scalar mult. Add some TODOs.J08nY7-7/+77
2019-03-21Fix ladder multipliers.J08nY5-13/+66
2019-03-21Finish and test NAF multipliers.J08nY4-14/+55
2019-03-21Add negation formulas to EFD.J08nY34-15/+123
2019-03-21Abstract out EFD from classes.J08nY9-72/+125
2019-03-21Add NAF scalar multiplication method sketches.J08nY9-55/+198
2019-03-21Add more tests and cleanup some typing errors.J08nY4-8/+46