| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Move CodeFormulas. | J08nY | 2024-01-26 | 1 | -0/+13 | |
| | | ||||||
| * | Fix OpResult repr. | J08nY | 2024-01-25 | 1 | -1/+10 | |
| | | ||||||
| * | Fix issues with pickling and equality checks of EC objects. | J08nY | 2024-01-25 | 2 | -1/+90 | |
| | | ||||||
| * | Compute mult-by-n map using PARI impl if available. | J08nY | 2024-01-11 | 1 | -4/+3 | |
| | | ||||||
| * | Add PARI based divpoly computation. | J08nY | 2024-01-10 | 1 | -57/+147 | |
| | | ||||||
| * | Merge pull request #60 from J08nY/new_formula | Ján Jančár | 2023-12-21 | 1 | -0/+7 | |
| |\ | | | | | Add madd-secp256k1-v040 | |||||
| | * | Add madd-secp256k1-v040 | vojtechsu | 2023-12-16 | 1 | -0/+7 | |
| | | | ||||||
| * | | Fix configs test. | J08nY | 2023-12-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | Add tests for formula similarity metrics. | J08nY | 2023-12-05 | 1 | -14/+12 | |
| | | ||||||
| * | Add default partition test. | J08nY | 2023-12-05 | 1 | -0/+7 | |
| | | ||||||
| * | Add test for formula expansion. | J08nY | 2023-12-05 | 1 | -0/+14 | |
| | | ||||||
| * | Fix typing. | J08nY | 2023-12-05 | 1 | -5/+1 | |
| | | ||||||
| * | Unify formula gen and formula tests. | J08nY | 2023-12-05 | 1 | -11/+94 | |
| | | ||||||
| * | Integrate formula expansion. | J08nY | 2023-12-05 | 1 | -23/+305 | |
| | | | | | | | | - Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing. | |||||
| * | Add Window multiplier with Booth recoding. | J08nY | 2023-12-01 | 3 | -109/+262 | |
| | | ||||||
| * | Speedup tests by using faster formulas. | J08nY | 2023-11-16 | 1 | -20/+20 | |
| | | ||||||
| * | Fix assumption eval. | J08nY | 2023-11-07 | 1 | -0/+7 | |
| | | | | | Fixes #53. | |||||
| * | Make stuff picklable. | J08nY | 2023-10-14 | 5 | -0/+50 | |
| | | | | | Fixes #45. | |||||
| * | Add Comb multipliers. | J08nY | 2023-10-04 | 2 | -2/+11 | |
| | | ||||||
| * | Add fullprecomp multiplier. | J08nY | 2023-10-04 | 2 | -3/+11 | |
| | | ||||||
| * | Fix ZVP perf script. | J08nY | 2023-09-23 | 1 | -2/+2 | |
| | | ||||||
| * | Bump EFD version and fix formula names. | J08nY | 2023-09-20 | 6 | -21/+21 | |
| | | ||||||
| * | Add more curve model transformaations. | J08nY | 2023-08-31 | 1 | -1/+17 | |
| | | | | | Thanks @vojtechsu. | |||||
| * | More tests for point coordinate conversion. | J08nY | 2023-08-31 | 1 | -38/+49 | |
| | | ||||||
| * | Improve point test coverage. | J08nY | 2023-08-31 | 1 | -10/+15 | |
| | | ||||||
| * | Fix some deepsource issues. | J08nY | 2023-08-31 | 1 | -8/+0 | |
| | | ||||||
| * | Cleanup ZVP computation. | J08nY | 2023-08-29 | 1 | -0/+4 | |
| | | ||||||
| * | Add ZVP point computation. | J08nY | 2023-08-29 | 1 | -1/+0 | |
| | | ||||||
| * | Add sliding window multiplier. | J08nY | 2023-08-27 | 2 | -5/+11 | |
| | | ||||||
| * | More scalarmult options. | J08nY | 2023-08-27 | 3 | -6/+13 | |
| | | ||||||
| * | Add test-vector test to ECDSA. | J08nY | 2023-08-25 | 2 | -1/+33 | |
| | | ||||||
| * | Fix issue #14. | J08nY | 2023-08-25 | 2 | -5/+17 | |
| | | | | | | Not really an issue, the prime in the test did not satisfy the formula assumption so it should have failed. | |||||
| * | Test all scalarmult combinations. | J08nY | 2023-08-25 | 1 | -112/+41 | |
| | | ||||||
| * | Add test-vector from SECG to ECDH tests. | J08nY | 2023-08-25 | 1 | -1/+43 | |
| | | ||||||
| * | Remove unnecessary test names for pytest. | J08nY | 2023-08-25 | 2 | -85/+74 | |
| | | ||||||
| * | Further unify and specify scalarmults. | J08nY | 2023-08-25 | 2 | -7/+56 | |
| | | ||||||
| * | Add more thorought fixedwindow test. | J08nY | 2023-08-24 | 1 | -2/+7 | |
| | | ||||||
| * | Add FixedWindowLTRMultiplier. | J08nY | 2023-08-24 | 3 | -7/+38 | |
| | | ||||||
| * | Fix dangling import. | J08nY | 2023-08-09 | 2 | -7/+0 | |
| | | ||||||
