summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Use black.J08nY2021-04-1080-1074/+2996
* Add pre-commit.J08nY2021-04-1016-27/+47
* Merge pull request #12 from scrambler-crypto/masterJán Jančár2021-02-133-7/+5
|\
| * Better parsing of "end of line"Davide Alessio2021-02-123-7/+5
|/
* Add .deepsource.tomlDeepSource Bot2021-02-101-0/+10
* Speedup RawMod.is_residue by using fast Jacobi symbol impl.J08nY2021-01-302-2/+29
* Add performance monitoring and a few improvements to Mod.J08nY2021-01-3011-15/+303
* Add Test and Lint GitHub action.J08nY2021-01-238-12/+133
* Fix SymbolicMod pow.J08nY2021-01-221-1/+5
* Add more curve transformations.J08nY2021-01-202-9/+127
* The big documentation patch.J08nY2021-01-2051-78/+462
* Fix codestyle and typing issues in tests.J08nY2021-01-2013-19/+25
* Introduce symbolic Mod.J08nY2021-01-205-18/+172
* Introduce explicit field argument to formula calls.J08nY2021-01-196-26/+44
* Release pyecsca-0.1.0.0.1.0J08nY2021-01-162-3/+4
* Also trace precomputation in MultipleContext.J08nY2021-01-166-45/+107
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-166-2/+94
* Fix Edwards yzsuared to_model. Extend regression test for #10.J08nY2021-01-062-1/+4
* Pin sympy version requirement. Extend regression test for #9.J08nY2021-01-062-1/+7
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-063-3/+23
* Resolve out rationals introduced by SymPy.J08nY2021-01-063-13/+50
* Fix type-checking, codestyle and update EFD.J08nY2021-01-057-14/+11
* Update EFD and add regression test.J08nY2021-01-043-1/+12
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-2610-8/+10
* Make certain aspects of the library configurable.J08nY2020-12-178-28/+248
* Fix pollution of formula variables by ints and subsequent float results.J08nY2020-12-172-2/+38
* Make Mod a dynamic class.J08nY2020-12-172-19/+80
* Handle formula assumptions.J08nY2020-12-178-41/+138
* More docs.J08nY2020-12-1711-20/+119
* Fix unavailability of ast.unparse on Python 3.8.J08nY2020-12-162-2/+3
* Properly handle coordinate system assumptions.J08nY2020-12-168-44/+170
* Update efd and std submodules.J08nY2020-12-113-3/+6
* Add point compare using scaling formula.J08nY2020-12-105-39/+103
* Add testing of GMP and non-GMP into Travis.J08nY2020-12-103-8/+33
* 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