summaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Collapse)AuthorAgeFilesLines
* Also trace precomputation in MultipleContext.J08nY2021-01-165-36/+62
|
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-164-1/+62
|
* 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-057-14/+11
|
* Update EFD and add regression test.J08nY2021-01-041-0/+0
| | | | Fixes #8.
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-266-4/+5
|
* Make certain aspects of the library configurable.J08nY2020-12-175-24/+206
| | | | 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-064-33/+65
|
* 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-103-13/+16
|
* Re-do Welch's t-test.J08nY2020-07-071-5/+37
|
* Fixes all over.J08nY2020-07-067-21/+49
|
* Fix variance computation.J08nY2020-07-061-5/+34
|
* Fix trace combination functions.J08nY2020-07-052-10/+53
|
* Add dtype handling to scope interface.J08nY2020-07-054-12/+14
|
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-055-15/+14
|
* Fix HDF5TraceSet.remove. Properly convert ADC2Volt in PicoScope.J08nY2020-07-053-9/+11
|
* Fixes in HDF5 inplace handling.J08nY2020-07-052-11/+23
|
* Fix PicoScope 3000.J08nY2020-07-022-16/+16
|
* Add PicoScope variant override. Return offsets from align functions.J08nY2020-07-022-16/+23
|
* Add random generation of points, speedup computation.J08nY2020-07-018-24/+36
|
* Dynamically handle missing PicoScope libs.J08nY2020-07-012-174/+214
|
* Add PicoScope 3000 support (partial).J08nY2020-07-014-2/+66
|
* Add path context.J08nY2020-06-301-1/+31
|
* Fix codestyle.J08nY2020-06-2910-56/+54
|
* Fix type errors and increase code coverage.J08nY2020-06-1412-52/+74
|
* Add a way for actions to have a result.J08nY2020-06-139-83/+111
|
* Add docs and tests to the ECTester target.J08nY2020-06-135-34/+369
|
* Add ECTester target.J08nY2020-06-124-11/+645
|
* 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-163-101/+96
|
* Fix alignment of traces of unequal length.J08nY2020-03-093-13/+14
|