aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Update docs and README.J08nY2020-12-104-4/+13
|
* Make EFD a submodule. Remove imported formulas.J08nY2020-12-10586-9470/+3
|
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-106-10/+42
|
* Add support for GMP modular arithmetic.J08nY2020-12-104-126/+278
|
* Add gmpy2 and update Travis to run with Python 3.8 and 3.8.J08nY2020-12-093-3/+16
|
* Update README.mdJán Jančár2020-11-071-2/+2
|
* Add way of importing parameters from file.J08nY2020-10-066-34/+102
|
* Update std-curves module and fix its parsing.J08nY2020-09-232-3/+6
|
* Fix modified coords to_model transformation.J08nY2020-07-104-32/+43
|
* 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-069-25/+73
|
* Fix variance computation.J08nY2020-07-062-6/+51
|
* 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-056-16/+21
|
* 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-023-20/+27
|
* Add random generation of points, speedup computation.J08nY2020-07-0110-26/+43
|
* Dynamically handle missing PicoScope libs.J08nY2020-07-012-174/+214
|
* Add PicoScope 3000 support (partial).J08nY2020-07-015-2/+72
|
* Add path context.J08nY2020-06-302-3/+46
|
* Update notebooks.J08nY2020-06-292-0/+2
|
* Fix codestyle.J08nY2020-06-2912-58/+56
|
* Fix Travis.J08nY2020-06-291-1/+1
|
* Update docs.J08nY2020-06-291-14/+25
|
* Fix type errors and increase code coverage.J08nY2020-06-1427-71/+179
|
* Add a way for actions to have a result.J08nY2020-06-1310-85/+115
|
* Update READMEs.J08nY2020-06-132-8/+36
|
* Fix ECTester target test skip.feature/ectester-targetJ08nY2020-06-131-1/+6
|
* Add docs and tests to the ECTester target.J08nY2020-06-139-39/+687
|
* Add ECTester target.J08nY2020-06-124-11/+645
|
* Add curve transformations M2SW and M2TE.J08nY2020-03-163-1/+90
|
* Add tests for affine coords.J08nY2020-03-165-61/+67
|
* Cleanup curves script.J08nY2020-03-1613-111/+106
|
* Fix alignment of traces of unequal length.J08nY2020-03-094-21/+20
|
* Add inplace handling of HDF5 files.J08nY2020-03-096-45/+109
|
* Fix dbl-2016-rcb in projective-3 coords.J08nY2020-03-082-2/+2
|
* Add raw output from scopes.J08nY2020-03-086-27/+68
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-0724-110/+103
|
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-0615-30/+370
|
* Change scope pretrig/posttrig API.J08nY2020-03-056-64/+92
|
* Add proper plotting.J08nY2020-03-054-37/+71
|
* Add plotting of traces.J08nY2020-03-0510-44/+136
|
* Redo the TraceSet IO interfaces.J08nY2020-03-0423-150/+423
|
* Fix some type issues.J08nY2020-03-0430-103/+125
|