aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-04Fix some type issues.J08nY1-1/+4
2020-03-03Fix Picoscope ranges, redo scope collection API.J08nY11-43/+67
2020-03-03Add support for getting neutral points in coordinate systems.J08nY14-9/+95
2020-02-27Add support for Picoscope 5000 series.J08nY6-3/+42
2020-02-26Update notebook submodule.J08nY1-0/+0
2020-02-26Reorganize SimpleSerial targets.J08nY6-20/+171
2020-02-21Add unified parameter to formulas that are strongly unified.J08nY112-1/+136
2020-02-20Add affine multiply and move neutral to curve class.J08nY7-45/+70
2020-02-20Fix handling of formulas with unary negation.J08nY2-7/+17
2020-02-19Fix LTR multiplier, add affine formula stuff.J08nY9-37/+119
2020-02-19Enforce coordinate model assumptions when loading curves.J08nY8-53/+67
2020-02-15Better textual representations of classes, new notebooks.J08nY8-7/+48
2020-02-13Add notebooks, fix Travis.J08nY10-25/+80
2020-02-13Add notebook submodule.J08nY2-0/+3
2020-02-12Add the concept of a configuration. Add enumeration of configurations.J08nY13-220/+379
2020-02-11Rework context handling into a tree-based approach.J08nY16-430/+714
2020-02-10Use std-curves database submodule instead of hard-coding standard curves.J08nY16-89/+130
2020-02-10Fix Travis.J08nY2-4/+4
2020-02-10Cleanup op parsing.J08nY5-35/+62
2020-02-10Rename AbelianGroup to DomainParameters.J08nY10-44/+44
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