| Commit message (Expand) | Author | Age | Files | Lines |
| * | Also trace precomputation in MultipleContext. | J08nY | 2021-01-16 | 2 | -29/+43 |
| * | Add Context for tracing multiples, usable for RPA. | J08nY | 2021-01-16 | 2 | -1/+10 |
| * | Fix Edwards yzsuared to_model. Extend regression test for #10. | J08nY | 2021-01-06 | 1 | -1/+1 |
| * | Fix Edwards yz/yzsquared to_model. | J08nY | 2021-01-06 | 2 | -3/+11 |
| * | Resolve out rationals introduced by SymPy. | J08nY | 2021-01-06 | 1 | -12/+34 |
| * | Fix type-checking, codestyle and update EFD. | J08nY | 2021-01-05 | 5 | -11/+8 |
| * | Update EFD and add regression test. | J08nY | 2021-01-04 | 1 | -0/+0 |
| * | Fixup the packaging, put cfg into a proper subpackage. | J08nY | 2020-12-26 | 4 | -4/+4 |
| * | Make certain aspects of the library configurable. | J08nY | 2020-12-17 | 4 | -24/+61 |
| * | Fix pollution of formula variables by ints and subsequent float results. | J08nY | 2020-12-17 | 1 | -2/+11 |
| * | Make Mod a dynamic class. | J08nY | 2020-12-17 | 1 | -18/+79 |
| * | Handle formula assumptions. | J08nY | 2020-12-17 | 5 | -39/+117 |
| * | More docs. | J08nY | 2020-12-17 | 6 | -13/+92 |
| * | Fix unavailability of ast.unparse on Python 3.8. | J08nY | 2020-12-16 | 1 | -1/+1 |
| * | Properly handle coordinate system assumptions. | J08nY | 2020-12-16 | 2 | -15/+117 |
| * | Update efd and std submodules. | J08nY | 2020-12-11 | 2 | -0/+0 |
| * | Add point compare using scaling formula. | J08nY | 2020-12-10 | 3 | -36/+80 |
| * | Update docs and README. | J08nY | 2020-12-10 | 1 | -0/+2 |
| * | Make EFD a submodule. Remove imported formulas. | J08nY | 2020-12-10 | 585 | -9470/+0 |
| * | Fix to_affine mapping, fix affine formulas with infinity point. | J08nY | 2020-12-10 | 4 | -10/+32 |
| * | Add support for GMP modular arithmetic. | J08nY | 2020-12-10 | 1 | -78/+226 |
| * | Add way of importing parameters from file. | J08nY | 2020-10-06 | 2 | -30/+62 |
| * | Update std-curves module and fix its parsing. | J08nY | 2020-09-23 | 2 | -3/+6 |
| * | Fix modified coords to_model transformation. | J08nY | 2020-07-10 | 2 | -20/+31 |
| * | Fixes for scalarmult. | J08nY | 2020-07-10 | 2 | -2/+8 |
| * | Fix point conversion from affine. | J08nY | 2020-07-10 | 1 | -1/+1 |
| * | Minor fixes: formula handling in context, welch_ttest, HDF5TraceSet filename. | J08nY | 2020-07-10 | 1 | -6/+6 |
| * | More tests for HDF5 and some codestyle fixes. | J08nY | 2020-07-05 | 1 | -1/+1 |
| * | Add random generation of points, speedup computation. | J08nY | 2020-07-01 | 8 | -24/+36 |
| * | Add PicoScope 3000 support (partial). | J08nY | 2020-07-01 | 2 | -1/+14 |
| * | Add path context. | J08nY | 2020-06-30 | 1 | -1/+31 |
| * | Fix codestyle. | J08nY | 2020-06-29 | 3 | -7/+7 |
| * | Fix type errors and increase code coverage. | J08nY | 2020-06-14 | 5 | -11/+12 |
| * | Add a way for actions to have a result. | J08nY | 2020-06-13 | 8 | -52/+80 |
| * | Add docs and tests to the ECTester target. | J08nY | 2020-06-13 | 2 | -3/+124 |
| * | Add curve transformations M2SW and M2TE. | J08nY | 2020-03-16 | 1 | -0/+71 |
| * | Add tests for affine coords. | J08nY | 2020-03-16 | 2 | -13/+20 |
| * | Cleanup curves script. | J08nY | 2020-03-16 | 2 | -101/+94 |
| * | Fix dbl-2016-rcb in projective-3 coords. | J08nY | 2020-03-08 | 2 | -2/+2 |
| * | Remove Trace title and data attributes, use meta attr. | J08nY | 2020-03-07 | 1 | -1/+10 |
| * | Add new complete formulas. Fix wNAF mult. | J08nY | 2020-03-06 | 11 | -3/+324 |
| * | Redo the TraceSet IO interfaces. | J08nY | 2020-03-04 | 2 | -0/+10 |
| * | Fix some type issues. | J08nY | 2020-03-04 | 3 | -13/+24 |
| * | Fix Picoscope ranges, redo scope collection API. | J08nY | 2020-03-03 | 6 | -14/+24 |
| * | Add support for getting neutral points in coordinate systems. | J08nY | 2020-03-03 | 8 | -3/+44 |
| * | Add unified parameter to formulas that are strongly unified. | J08nY | 2020-02-21 | 111 | -1/+131 |
| * | Add affine multiply and move neutral to curve class. | J08nY | 2020-02-20 | 4 | -36/+53 |
| * | Fix handling of formulas with unary negation. | J08nY | 2020-02-20 | 2 | -7/+17 |
| * | 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 |