| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add repro for #71. | J08nY | 2025-06-17 | 1 | -1/+16 |
| | | |||||
| * | Add perf for cubic roots. | J08nY | 2025-03-29 | 1 | -0/+12 |
| | | |||||
| * | Fix homog test. | J08nY | 2025-03-28 | 1 | -1/+1 |
| | | |||||
| * | Add equality check via homogenity. | J08nY | 2025-03-28 | 2 | -1/+73 |
| | | |||||
| * | Fix tests. | J08nY | 2025-03-26 | 1 | -1/+1 |
| | | |||||
| * | Add always to Binary NAF. | J08nY | 2025-03-26 | 2 | -0/+2 |
| | | |||||
| * | Allow Mod formatting. | J08nY | 2025-03-20 | 1 | -1/+3 |
| | | |||||
| * | Add Brumley & Tuveri countermeasure. | J08nY | 2025-03-19 | 1 | -1/+20 |
| | | |||||
| * | Fix Comb miscall inn tests. | J08nY | 2025-03-19 | 1 | -1/+1 |
| | | |||||
| * | Add "always" Comb multiplier that adds random multiples to dummy. | J08nY | 2025-03-19 | 1 | -1/+5 |
| | | |||||
| * | Add "bits" param to scalarmults to have control over their range. | J08nY | 2025-03-13 | 2 | -42/+163 |
| | | |||||
| * | Fix multiple mult in rpa context. | J08nY | 2025-03-12 | 18 | -50/+51 |
| | | |||||
| * | Fix lint. | J08nY | 2025-03-11 | 1 | -19/+40 |
| | | |||||
| * | Add countermeasures. | J08nY | 2025-03-10 | 1 | -0/+79 |
| | | |||||
| * | Fix codestyle. | J08nY | 2025-03-08 | 1 | -7/+9 |
| | | |||||
| * | Fix undefined mod test. | J08nY | 2025-03-08 | 1 | -0/+5 |
| | | |||||
| * | Improve context handling and make some stuff zero copy. | J08nY | 2025-03-08 | 1 | -0/+32 |
| | | |||||
| * | Remove SwapLadderMultiplier. | J08nY | 2024-08-28 | 2 | -59/+26 |
| | | | | | It is the same as LadderMultiplier. The swaps are not tracked. | ||||
| * | More ladder multipliers. | J08nY | 2024-08-28 | 1 | -12/+22 |
| | | |||||
| * | Add XDH (X25519, X448). | J08nY | 2024-08-27 | 2 | -35/+200 |
| | | |||||
| * | Add more metadata to networkx_graph. | J08nY | 2024-08-26 | 1 | -9/+30 |
| | | |||||
| * | Add parallel version of formula expansion. | J08nY | 2024-08-26 | 1 | -1/+8 |
| | | |||||
| * | Move library formulas from test to main package. | J08nY | 2024-07-24 | 1 | -3/+3 |
| | | |||||
| * | Fix Mod -> mod in tests. | J08nY | 2024-07-16 | 1 | -2/+2 |
| | | |||||
| * | Better print in perf. | J08nY | 2024-07-16 | 3 | -17/+59 |
| | | |||||
| * | Fix pow in Mod. | J08nY | 2024-07-16 | 1 | -1/+1 |
| | | |||||
| * | Fix perf. | J08nY | 2024-07-15 | 1 | -3/+3 |
| | | |||||
| * | Move to function based Mod dispatch. | J08nY | 2024-07-15 | 10 | -134/+135 |
| | | |||||
| * | Fix feature flag imports in perf. | J08nY | 2024-07-15 | 3 | -3/+7 |
| | | |||||
| * | More thorough formula test. | J08nY | 2024-07-15 | 1 | -2/+9 |
| | | |||||
| * | Add raw profiler. | J08nY | 2024-07-15 | 3 | -3/+3 |
| | | |||||
| * | Perf test also scalarmult with tracing. | J08nY | 2024-07-15 | 1 | -0/+12 |
| | | |||||
| * | Save free_symbols call. | J08nY | 2024-07-12 | 1 | -8/+17 |
| | | |||||
| * | Fix DeepSource issues. | J08nY | 2024-07-11 | 1 | -2/+2 |
| | | |||||
| * | Fix perf filename for flint. | J08nY | 2024-07-11 | 3 | -6/+6 |
| | | |||||
| * | Add support for python-flint-based Mod. | J08nY | 2024-07-11 | 4 | -4/+3 |
| | | |||||
| * | Fix issues from new sympy flint use. | J08nY | 2024-07-11 | 2 | -19/+1 |
| | | |||||
| * | Fix divpoly tests. | J08nY | 2024-07-11 | 1 | -11/+14 |
| | | |||||
| * | Pin sympy temporarily until they fix their stuff. | J08nY | 2024-07-10 | 1 | -3/+3 |
| | | | | | | https://github.com/sympy/sympy/issues/26789 https://github.com/sympy/sympy/issues/26791 | ||||
| * | New tree API. | J08nY | 2024-06-04 | 1 | -1/+1 |
| | | |||||
| * | Improve execution tree API. | J08nY | 2024-06-04 | 1 | -32/+40 |
| | | |||||
| * | Fix configuration enumeration. | J08nY | 2024-06-03 | 1 | -1/+0 |
| | | |||||
| * | Add Ladder sort-of regression test. | J08nY | 2024-05-31 | 1 | -0/+36 |
| | | |||||
| * | Add bit_length to Mod. | J08nY | 2024-05-27 | 1 | -0/+5 |
| | | |||||
| * | Fix DeepSourcce issues. | J08nY | 2024-04-16 | 3 | -6/+6 |
| | | |||||
| * | Add comparison for formulas. | J08nY | 2024-01-31 | 1 | -2/+5 |
| | | |||||
| * | Rename formula expand. | J08nY | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | Fix formula tests. | J08nY | 2024-01-27 | 1 | -4/+4 |
| | | |||||
| * | Fix CodeFormula hash. | J08nY | 2024-01-27 | 1 | -2/+11 |
| | | |||||
| * | Add EFD -> Code transformation. | J08nY | 2024-01-27 | 1 | -3/+8 |
| | | |||||
