| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix LTR multiplier, add affine formula stuff. | J08nY | 2020-02-19 | 4 | -17/+36 |
| * | Enforce coordinate model assumptions when loading curves. | J08nY | 2020-02-19 | 5 | -45/+58 |
| * | Better textual representations of classes, new notebooks. | J08nY | 2020-02-15 | 6 | -6/+43 |
| * | Add notebooks, fix Travis. | J08nY | 2020-02-13 | 3 | -1/+27 |
| * | Add the concept of a configuration. Add enumeration of configurations. | J08nY | 2020-02-12 | 6 | -206/+268 |
| * | Rework context handling into a tree-based approach. | J08nY | 2020-02-11 | 9 | -393/+622 |
| * | Use std-curves database submodule instead of hard-coding standard curves. | J08nY | 2020-02-10 | 4 | -46/+58 |
| * | Cleanup op parsing. | J08nY | 2020-02-10 | 3 | -28/+49 |
| * | Rename AbelianGroup to DomainParameters. | J08nY | 2020-02-10 | 5 | -36/+36 |
| * | Fix style errors. | J08nY | 2020-02-08 | 7 | -8/+12 |
| * | Fix type errors, now mypy runs ok. | J08nY | 2020-02-08 | 5 | -13/+16 |
| * | Add support for PicoScope scopes, sketch out scope interface. | J08nY | 2020-02-04 | 1 | -1/+28 |
| * | Fix op parsing. | J08nY | 2019-12-23 | 4 | -2/+14 |
| * | Separate some scalar mults. | J08nY | 2019-12-22 | 1 | -22/+78 |
| * | Add more parameters to ScalarMults. | J08nY | 2019-12-22 | 1 | -34/+66 |
| * | Refactor ScalarMult. | J08nY | 2019-12-22 | 8 | -135/+151 |
| * | Add curve parameters, improve coverage. | J08nY | 2019-12-21 | 1 | -0/+238 |
| * | More utility to formulas. | J08nY | 2019-11-29 | 2 | -6/+63 |
| * | Add patter matching module. | J08nY | 2019-11-22 | 1 | -3/+9 |
| * | Actually fix signatures. | J08nY | 2019-08-21 | 1 | -4/+4 |
| * | Fix signature generation. | J08nY | 2019-08-19 | 1 | -3/+8 |
| * | Separate action into formula action. | J08nY | 2019-05-14 | 1 | -16/+27 |
| * | More docs and more coverage. | J08nY | 2019-04-24 | 12 | -37/+160 |
| * | Exclude some lines from coverage. | J08nY | 2019-04-23 | 1 | -4/+5 |
| * | Add proper context management. | J08nY | 2019-04-23 | 5 | -54/+207 |
| * | Raise code coverage for Mod. | J08nY | 2019-04-22 | 1 | -1/+1 |
| * | Add ECDH and ECDSA simulation. | J08nY | 2019-04-22 | 4 | -7/+252 |
| * | Add AbelianGroup class. | J08nY | 2019-04-21 | 3 | -52/+72 |
| * | Add codecov. | J08nY | 2019-04-21 | 1 | -3/+3 |
| * | Add point conversion. | J08nY | 2019-04-20 | 1 | -10/+27 |
| * | Add prime parameter to EllipticCurve class. | J08nY | 2019-03-21 | 2 | -6/+20 |
| * | Add conversion to and from affine points. | J08nY | 2019-03-21 | 5 | -23/+157 |
| * | Fix ladder scalar multiplier. | J08nY | 2019-03-21 | 1 | -5/+5 |
| * | Fix some EFD formulas and their output indices. | J08nY | 2019-03-21 | 13 | -24/+27 |
| * | Separate formula code into EFD class. | J08nY | 2019-03-21 | 2 | -41/+72 |
| * | Add Op class. | J08nY | 2019-03-21 | 3 | -9/+47 |
| * | Fix some scalar-mult algos, rename some outputs of formulas. | J08nY | 2019-03-21 | 30 | -77/+131 |
| * | Add Corons SPA resistant scalar mult. Add some TODOs. | J08nY | 2019-03-21 | 5 | -0/+56 |
| * | Fix ladder multipliers. | J08nY | 2019-03-21 | 4 | -7/+47 |
| * | Finish and test NAF multipliers. | J08nY | 2019-03-21 | 1 | -13/+22 |
| * | Add negation formulas to EFD. | J08nY | 2019-03-21 | 34 | -15/+123 |
| * | Abstract out EFD from classes. | J08nY | 2019-03-21 | 7 | -58/+112 |
| * | Add NAF scalar multiplication method sketches. | J08nY | 2019-03-21 | 4 | -43/+165 |
| * | Add more tests and cleanup some typing errors. | J08nY | 2019-03-21 | 3 | -8/+16 |
| * | Add Montgomery scalar mult. | J08nY | 2019-03-21 | 3 | -16/+63 |
| * | Fix basic scalar multipliers. | J08nY | 2019-03-21 | 3 | -22/+49 |
| * | Fix basic scalar multiplier. | J08nY | 2019-03-21 | 2 | -4/+18 |
| * | Setup EC models, curves, formulas from efd. | J08nY | 2019-03-21 | 8 | -6/+281 |
| * | Start EC package, add data from Explicit-Formulas Database. | J08nY | 2019-03-21 | 546 | -0/+9142 |