aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce symbolic Mod.J08nY2021-01-202-16/+115
|
* Introduce explicit field argument to formula calls.J08nY2021-01-194-18/+36
|
* Also trace precomputation in MultipleContext.J08nY2021-01-162-29/+43
|
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-162-1/+10
|
* Fix Edwards yzsuared to_model. Extend regression test for #10.J08nY2021-01-061-1/+1
|
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-062-3/+11
| | | | Fixes #10.
* Resolve out rationals introduced by SymPy.J08nY2021-01-061-12/+34
| | | | Fixes #9.
* Fix type-checking, codestyle and update EFD.J08nY2021-01-055-11/+8
|
* Update EFD and add regression test.J08nY2021-01-041-0/+0
| | | | Fixes #8.
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-264-4/+4
|
* Make certain aspects of the library configurable.J08nY2020-12-174-24/+61
| | | | Fixes #5.
* Fix pollution of formula variables by ints and subsequent float results.J08nY2020-12-171-2/+11
| | | | Fixes #7.
* Make Mod a dynamic class.J08nY2020-12-171-18/+79
| | | | Fixes #6.
* Handle formula assumptions.J08nY2020-12-175-39/+117
| | | | Fixes #4.
* More docs.J08nY2020-12-176-13/+92
|
* Fix unavailability of ast.unparse on Python 3.8.J08nY2020-12-161-1/+1
|
* Properly handle coordinate system assumptions.J08nY2020-12-162-15/+117
| | | | Fixes #3.
* Update efd and std submodules.J08nY2020-12-112-0/+0
|
* Add point compare using scaling formula.J08nY2020-12-103-36/+80
|
* Update docs and README.J08nY2020-12-101-0/+2
|
* Make EFD a submodule. Remove imported formulas.J08nY2020-12-10585-9470/+0
|
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-104-10/+32
|
* Add support for GMP modular arithmetic.J08nY2020-12-101-78/+226
|
* Add way of importing parameters from file.J08nY2020-10-062-30/+62
|
* Update std-curves module and fix its parsing.J08nY2020-09-232-3/+6
|
* Fix modified coords to_model transformation.J08nY2020-07-102-20/+31
|
* Fixes for scalarmult.J08nY2020-07-102-2/+8
|
* Fix point conversion from affine.J08nY2020-07-101-1/+1
|
* Minor fixes: formula handling in context, welch_ttest, HDF5TraceSet filename.J08nY2020-07-101-6/+6
|
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-051-1/+1
|
* Add random generation of points, speedup computation.J08nY2020-07-018-24/+36
|
* Add PicoScope 3000 support (partial).J08nY2020-07-012-1/+14
|
* Add path context.J08nY2020-06-301-1/+31
|
* Fix codestyle.J08nY2020-06-293-7/+7
|
* Fix type errors and increase code coverage.J08nY2020-06-145-11/+12
|
* Add a way for actions to have a result.J08nY2020-06-138-52/+80
|
* Add docs and tests to the ECTester target.J08nY2020-06-132-3/+124
|
* Add curve transformations M2SW and M2TE.J08nY2020-03-161-0/+71
|
* Add tests for affine coords.J08nY2020-03-162-13/+20
|
* Cleanup curves script.J08nY2020-03-162-101/+94
|
* Fix dbl-2016-rcb in projective-3 coords.J08nY2020-03-082-2/+2
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-071-1/+10
|
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-0611-3/+324
|
* Redo the TraceSet IO interfaces.J08nY2020-03-042-0/+10
|
* Fix some type issues.J08nY2020-03-043-13/+24
|
* Fix Picoscope ranges, redo scope collection API.J08nY2020-03-036-14/+24
|
* Add support for getting neutral points in coordinate systems.J08nY2020-03-038-3/+44
|
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-21111-1/+131
|
* Add affine multiply and move neutral to curve class.J08nY2020-02-204-36/+53
|
* Fix handling of formulas with unary negation.J08nY2020-02-202-7/+17
|