| Commit message (Expand) | Author | Files | Lines |
| 2020-03-04 | Fix some type issues. | J08nY | 1 | -1/+4 |
| 2020-03-03 | Fix Picoscope ranges, redo scope collection API. | J08nY | 11 | -43/+67 |
| 2020-03-03 | Add support for getting neutral points in coordinate systems. | J08nY | 14 | -9/+95 |
| 2020-02-27 | Add support for Picoscope 5000 series. | J08nY | 6 | -3/+42 |
| 2020-02-26 | Update notebook submodule. | J08nY | 1 | -0/+0 |
| 2020-02-26 | Reorganize SimpleSerial targets. | J08nY | 6 | -20/+171 |
| 2020-02-21 | Add unified parameter to formulas that are strongly unified. | J08nY | 112 | -1/+136 |
| 2020-02-20 | Add affine multiply and move neutral to curve class. | J08nY | 7 | -45/+70 |
| 2020-02-20 | Fix handling of formulas with unary negation. | J08nY | 2 | -7/+17 |
| 2020-02-19 | Fix LTR multiplier, add affine formula stuff. | J08nY | 9 | -37/+119 |
| 2020-02-19 | Enforce coordinate model assumptions when loading curves. | J08nY | 8 | -53/+67 |
| 2020-02-15 | Better textual representations of classes, new notebooks. | J08nY | 8 | -7/+48 |
| 2020-02-13 | Add notebooks, fix Travis. | J08nY | 10 | -25/+80 |
| 2020-02-13 | Add notebook submodule. | J08nY | 2 | -0/+3 |
| 2020-02-12 | Add the concept of a configuration. Add enumeration of configurations. | J08nY | 13 | -220/+379 |
| 2020-02-11 | Rework context handling into a tree-based approach. | J08nY | 16 | -430/+714 |
| 2020-02-10 | Use std-curves database submodule instead of hard-coding standard curves. | J08nY | 16 | -89/+130 |
| 2020-02-10 | Fix Travis. | J08nY | 2 | -4/+4 |
| 2020-02-10 | Cleanup op parsing. | J08nY | 5 | -35/+62 |
| 2020-02-10 | Rename AbelianGroup to DomainParameters. | J08nY | 10 | -44/+44 |
| 2020-02-09 | Add targets. | J08nY | 10 | -0/+199 |
| 2020-02-08 | Fix style errors. | J08nY | 25 | -36/+88 |
| 2020-02-08 | Fix type errors, now mypy runs ok. | J08nY | 7 | -17/+19 |
| 2020-02-07 | Add docs to Scope class, add support for pico-python. | J08nY | 9 | -49/+302 |
| 2020-02-05 | Add picoscope and chipwhisperer to Travis. | J08nY | 3 | -25/+64 |
| 2020-02-04 | Add support for PicoScope scopes, sketch out scope interface. | J08nY | 19 | -12/+298 |
| 2020-01-06 | Add full black logo. | J08nY | 2 | -0/+190 |
| 2019-12-23 | Fix op parsing. | J08nY | 4 | -2/+14 |
| 2019-12-22 | Separate some scalar mults. | J08nY | 2 | -28/+85 |
| 2019-12-22 | Add more parameters to ScalarMults. | J08nY | 2 | -36/+73 |
| 2019-12-22 | Refactor ScalarMult. | J08nY | 14 | -266/+292 |
| 2019-12-21 | Add curve parameters, improve coverage. | J08nY | 13 | -107/+404 |
| 2019-12-21 | Fix Travis, add package data to bdist. | J08nY | 4 | -3/+15 |
| 2019-12-21 | Update Sphinx config, add codegen to it. | J08nY | 4 | -12/+25 |
| 2019-11-29 | More utility to formulas. | J08nY | 5 | -12/+77 |
| 2019-11-22 | Add patter matching module. | J08nY | 8 | -11/+95 |
| 2019-11-21 | Make pyecsca a namespace package, so that codegen can work. | J08nY | 2 | -2/+2 |
| 2019-08-21 | Actually fix signatures. | J08nY | 1 | -4/+4 |
| 2019-08-19 | Fix signature generation. | J08nY | 1 | -3/+8 |
| 2019-05-14 | Separate action into formula action. | J08nY | 1 | -16/+27 |
| 2019-05-01 | More coverage for curve and group. | J08nY | 3 | -1/+51 |
| 2019-05-01 | Add Kolmogorov-Smirnov tests. | J08nY | 3 | -6/+41 |
| 2019-04-24 | More docs and more coverage. | J08nY | 16 | -45/+206 |
| 2019-04-23 | Exclude some lines from coverage. | J08nY | 3 | -7/+47 |
| 2019-04-23 | Add proper context management. | J08nY | 11 | -58/+235 |
| 2019-04-22 | Add codecov config. | J08nY | 3 | -1/+10 |
| 2019-04-22 | Raise code coverage for Mod. | J08nY | 3 | -4/+40 |
| 2019-04-22 | Add ECDH and ECDSA simulation. | J08nY | 11 | -9/+351 |
| 2019-04-21 | Add AbelianGroup class. | J08nY | 8 | -125/+126 |
| 2019-04-21 | Update readmes. | J08nY | 2 | -2/+27 |