summaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Expand)AuthorAgeFilesLines
* Fix mod doctest.J08nY2024-07-151-1/+1
* Test 3.12 in CI.J08nY2024-07-151-2/+2
* Improve mod docs.J08nY2024-07-151-2/+41
* More thorough formula test.J08nY2024-07-151-1/+0
* Use faster xreplace everywhere.J08nY2024-07-122-2/+2
* xreplace in generic sympy substitution.J08nY2024-07-121-2/+2
* Add assumptions cache.J08nY2024-07-121-55/+75
* Handle simple parameter assumption faster.J08nY2024-07-121-7/+18
* Save free_symbols call.J08nY2024-07-122-4/+7
* Less subs in assumption validation.J08nY2024-07-122-7/+9
* Add faster modulus checks for other special methods.J08nY2024-07-121-0/+28
* Speedup modulus check.J08nY2024-07-111-6/+15
* Fix warning catch in Python <= 3.10.J08nY2024-07-111-2/+2
* Fix is_residue in Flint.J08nY2024-07-111-3/+18
* Use fast sqrtmod in Flint.J08nY2024-07-111-12/+6
* Prefer gmp to flint.J08nY2024-07-112-3/+3
* Fix primality check in FlintMod.J08nY2024-07-111-9/+15
* Fix FlintMod pickling.J08nY2024-07-111-0/+7
* Fix DeepSource issues.J08nY2024-07-113-14/+4
* Fix perf filename for flint.J08nY2024-07-112-2/+2
* Fix codestyle.J08nY2024-07-111-1/+1
* Add support for python-flint-based Mod.J08nY2024-07-112-14/+181
* Fix issues from new sympy flint use.J08nY2024-07-115-61/+25
* New tree API.J08nY2024-06-045-16/+27
* Improve execution tree API.J08nY2024-06-045-115/+95
* Fix configuration enumeration.J08nY2024-06-032-2/+2
* Redo curve doctest.J08nY2024-06-031-1/+1
* Fix Curve doctest.J08nY2024-06-031-3/+3
* Redo LadderMult fix.J08nY2024-06-031-2/+5
* Fix coords doctest.J08nY2024-06-031-6/+6
* Tests for CPUTraceManager and tests for constant input.J08nY2024-06-021-201/+191
* Fix bad init error in LadderMultiplier.J08nY2024-06-011-2/+2
* Doctests for EC.J08nY2024-06-015-9/+81
* Make imports absolute (to allow doctests).J08nY2024-06-0171-481/+745
* Doctests for context stuff.J08nY2024-05-311-4/+78
* Fix CPU pearson_corr for small dtypes.J08nY2024-05-311-3/+4
* Better repr for PickleTraceSet.J08nY2024-05-311-0/+6
* Improve doc coverage and cleanup public functions.J08nY2024-05-3010-3/+74
* Fix inspector trace set tests.J08nY2024-05-301-1/+1
* Allow to skip scaling in inspector trace load.J08nY2024-05-305-23/+32
* More precise error message for scalarmult init.J08nY2024-05-271-1/+1
* Fix typing issue.J08nY2024-05-271-2/+2
* Fix docs.J08nY2024-05-271-0/+1
* More docs for local contextmanager.J08nY2024-05-271-1/+9
* Add bit_length to Mod.J08nY2024-05-271-0/+15
* More docs.J08nY2024-05-213-1/+39
* Add some more missing docs.J08nY2024-05-214-0/+16
* Fix docs for MultipleContext.J08nY2024-05-211-2/+2
* Fix efd detection.J08nY2024-05-161-1/+2
* Add check for mis-install with missing std an efd submodules.J08nY2024-05-162-69/+65