| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix mod doctest. | J08nY | 2024-07-15 | 1 | -1/+1 |
| | | |||||
| * | Test 3.12 in CI. | J08nY | 2024-07-15 | 1 | -2/+2 |
| | | |||||
| * | Improve mod docs. | J08nY | 2024-07-15 | 1 | -2/+41 |
| | | |||||
| * | More thorough formula test. | J08nY | 2024-07-15 | 1 | -1/+0 |
| | | |||||
| * | Use faster xreplace everywhere. | J08nY | 2024-07-12 | 2 | -2/+2 |
| | | |||||
| * | xreplace in generic sympy substitution. | J08nY | 2024-07-12 | 1 | -2/+2 |
| | | |||||
| * | Add assumptions cache. | J08nY | 2024-07-12 | 1 | -55/+75 |
| | | |||||
| * | Handle simple parameter assumption faster. | J08nY | 2024-07-12 | 1 | -7/+18 |
| | | |||||
| * | Save free_symbols call. | J08nY | 2024-07-12 | 2 | -4/+7 |
| | | |||||
| * | Less subs in assumption validation. | J08nY | 2024-07-12 | 2 | -7/+9 |
| | | |||||
| * | Add faster modulus checks for other special methods. | J08nY | 2024-07-12 | 1 | -0/+28 |
| | | |||||
| * | Speedup modulus check. | J08nY | 2024-07-11 | 1 | -6/+15 |
| | | |||||
| * | Fix warning catch in Python <= 3.10. | J08nY | 2024-07-11 | 1 | -2/+2 |
| | | |||||
| * | Fix is_residue in Flint. | J08nY | 2024-07-11 | 1 | -3/+18 |
| | | |||||
| * | Use fast sqrtmod in Flint. | J08nY | 2024-07-11 | 1 | -12/+6 |
| | | |||||
| * | Prefer gmp to flint. | J08nY | 2024-07-11 | 1 | -1/+1 |
| | | |||||
| * | Fix primality check in FlintMod. | J08nY | 2024-07-11 | 1 | -9/+15 |
| | | |||||
| * | Fix FlintMod pickling. | J08nY | 2024-07-11 | 1 | -0/+7 |
| | | |||||
| * | Fix DeepSource issues. | J08nY | 2024-07-11 | 3 | -14/+4 |
| | | |||||
| * | Fix perf filename for flint. | J08nY | 2024-07-11 | 2 | -2/+2 |
| | | |||||
| * | Fix codestyle. | J08nY | 2024-07-11 | 1 | -1/+1 |
| | | |||||
| * | Add support for python-flint-based Mod. | J08nY | 2024-07-11 | 1 | -11/+177 |
| | | |||||
| * | Fix issues from new sympy flint use. | J08nY | 2024-07-11 | 4 | -60/+24 |
| | | |||||
| * | New tree API. | J08nY | 2024-06-04 | 2 | -13/+24 |
| | | |||||
| * | Improve execution tree API. | J08nY | 2024-06-04 | 2 | -113/+91 |
| | | |||||
| * | Fix configuration enumeration. | J08nY | 2024-06-03 | 2 | -2/+2 |
| | | |||||
| * | Redo curve doctest. | J08nY | 2024-06-03 | 1 | -1/+1 |
| | | |||||
| * | Fix Curve doctest. | J08nY | 2024-06-03 | 1 | -3/+3 |
| | | |||||
| * | Redo LadderMult fix. | J08nY | 2024-06-03 | 1 | -2/+5 |
| | | |||||
| * | Fix coords doctest. | J08nY | 2024-06-03 | 1 | -6/+6 |
| | | |||||
| * | Fix bad init error in LadderMultiplier. | J08nY | 2024-06-01 | 1 | -2/+2 |
| | | |||||
| * | Doctests for EC. | J08nY | 2024-06-01 | 4 | -8/+80 |
| | | |||||
| * | Make imports absolute (to allow doctests). | J08nY | 2024-06-01 | 33 | -304/+532 |
| | | |||||
| * | Doctests for context stuff. | J08nY | 2024-05-31 | 1 | -4/+78 |
| | | |||||
| * | Improve doc coverage and cleanup public functions. | J08nY | 2024-05-30 | 10 | -3/+74 |
| | | |||||
| * | More precise error message for scalarmult init. | J08nY | 2024-05-27 | 1 | -1/+1 |
| | | |||||
| * | Fix docs. | J08nY | 2024-05-27 | 1 | -0/+1 |
| | | |||||
| * | More docs for local contextmanager. | J08nY | 2024-05-27 | 1 | -1/+9 |
| | | |||||
| * | Add bit_length to Mod. | J08nY | 2024-05-27 | 1 | -0/+15 |
| | | |||||
| * | Add some more missing docs. | J08nY | 2024-05-21 | 1 | -0/+1 |
| | | |||||
| * | Fix efd detection. | J08nY | 2024-05-16 | 1 | -1/+2 |
| | | |||||
| * | Add check for mis-install with missing std an efd submodules. | J08nY | 2024-05-16 | 2 | -69/+65 |
| | | |||||
| * | refactor: replace list comprehension with set comprehension | deepsource-autofix[bot] | 2024-04-16 | 1 | -4/+4 |
| | | | | | Although there is nothing syntactically wrong with this code, it is hard to read and can be simplified to a set comprehension. Using set comprehension is more performant since there is no need to create a transient list. | ||||
| * | Fix DeepSourcce issues. | J08nY | 2024-04-16 | 11 | -34/+48 |
| | | |||||
| * | Fix scalarmult hash impls to allow for proper inclusion in sets. | J08nY | 2024-04-04 | 7 | -14/+14 |
| | | |||||
| * | Fix typing. | J08nY | 2024-04-02 | 1 | -1/+2 |
| | | |||||
| * | Unify formula __str__. | J08nY | 2024-01-31 | 2 | -4/+1 |
| | | |||||
| * | Add comparison for formulas. | J08nY | 2024-01-31 | 1 | -0/+9 |
| | | |||||
| * | Fix formula import cycle. | J08nY | 2024-01-31 | 1 | -1/+0 |
| | | |||||
| * | Fix imports. | J08nY | 2024-01-31 | 4 | -3/+9 |
| | | |||||
