| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #4 from J08nY/feat/more-mults | Ján Jančár | 2023-10-08 | 34 | -383/+1276 | |
| |\ | | | | | More scalar multipliers | |||||
| | * | Add fixed-base multipliers with precomputation. | J08nY | 2023-10-08 | 14 | -78/+401 | |
| | | | ||||||
| | * | Test under -fsanitize and fix Keccak issue. | J08nY | 2023-10-06 | 2 | -1/+6 | |
| | | | ||||||
| | * | Ditch bug-specific CI test. | J08nY | 2023-10-05 | 1 | -11/+0 | |
| | | | ||||||
| | * | More space? | J08nY | 2023-10-05 | 1 | -2/+2 | |
| | | | ||||||
| | * | Allocate more for sliding window array. | J08nY | 2023-10-05 | 1 | -2/+2 | |
| | | | ||||||
| | * | Free ws data at the end. | J08nY | 2023-10-05 | 2 | -4/+5 | |
| | | | ||||||
| | * | Make sure wsliding array is zero. | J08nY | 2023-10-05 | 1 | -0/+2 | |
| | | | ||||||
| | * | Upload bad impl to artifact. | J08nY | 2023-10-05 | 1 | -1/+8 | |
| | | | ||||||
| | * | Build failing config with debug. | J08nY | 2023-10-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Run config under valgrind. | J08nY | 2023-10-05 | 2 | -6/+6 | |
| | | | ||||||
| | * | Add debug prints to sliding W mult for CI. | J08nY | 2023-10-05 | 1 | -0/+4 | |
| | | | ||||||
| | * | Build and run failing config in CI. | J08nY | 2023-10-05 | 1 | -0/+4 | |
| | | | ||||||
| | * | Try the newer libnewlib in CI. | J08nY | 2023-10-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use ubuntu-latest. | J08nY | 2023-10-05 | 1 | -4/+3 | |
| | | | ||||||
| | * | Try gcc-10 in CI. | J08nY | 2023-10-05 | 1 | -1/+2 | |
| | | | ||||||
| | * | Xfail simulator tests until #3 is resolved. | J08nY | 2023-10-05 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix montgomery reduction. | J08nY | 2023-10-05 | 1 | -1/+6 | |
| | | | ||||||
| | * | Dont trace in simulator tests. | J08nY | 2023-10-05 | 1 | -2/+1 | |
| | | | ||||||
| | * | Enable faster implementation in simulator tests. | J08nY | 2023-10-05 | 2 | -1/+8 | |
| | | | ||||||
| | * | Add option to pass C defines to compiler. | J08nY | 2023-10-05 | 4 | -7/+33 | |
| | | | ||||||
| | * | Bump libtommath version. | J08nY | 2023-10-04 | 1 | -0/+0 | |
| | | | ||||||
| | * | Add fixed width scalarmult. | J08nY | 2023-10-03 | 8 | -9/+179 | |
| | | | ||||||
| | * | Add Sliding window multiplier. | J08nY | 2023-10-01 | 4 | -5/+77 | |
| | | | ||||||
| | * | Add C test to CI. | J08nY | 2023-10-01 | 1 | -0/+3 | |
| | | | ||||||
| | * | Add sliding window recoding functions. | J08nY | 2023-10-01 | 4 | -0/+203 | |
| | | | ||||||
| | * | Better impl tests. | J08nY | 2023-09-30 | 1 | -212/+209 | |
| | | | ||||||
| | * | Add wNAF scalarmult, more options implemented for other scalarmults. | J08nY | 2023-09-29 | 11 | -133/+208 | |
| | | | ||||||
| | * | Remove NOPs in formulas. | J08nY | 2023-09-29 | 7 | -14/+14 | |
| |/ | ||||||
| * | Fix Makefile. | J08nY | 2023-09-28 | 1 | -2/+2 | |
| | | ||||||
| * | Remove deprecated pkg_resources usage. | J08nY | 2023-09-28 | 2 | -4/+6 | |
| | | ||||||
| * | Move to pytest. | J08nY | 2023-09-28 | 10 | -561/+877 | |
| | | ||||||
| * | Fix caching in CI. | J08nY | 2023-09-28 | 1 | -3/+2 | |
| | | ||||||
| * | Remove Pipfile and move to pyproject.toml setup. | J08nY | 2023-09-27 | 4 | -81/+69 | |
| | | ||||||
| * | Merge pull request #2 from andrr3j/feat/simulator | Ján Jančár | 2023-07-19 | 7 | -6/+335 | |
| |\ | | | | | Add leakage simulation via Rainbow | |||||
| | * | simulator test fix 2 | andrr3j | 2023-07-19 | 1 | -0/+3 | |
| | | | ||||||
| | * | simulator test fix | andrr3j | 2023-07-19 | 1 | -30/+0 | |
| | | | ||||||
| | * | test fix | andrr3j | 2023-07-19 | 1 | -7/+6 | |
| | | | ||||||
| | * | Build libtommath for ARM as well in CI. | J08nY | 2023-07-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add cross-compilation to CI packages. | J08nY | 2023-07-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | simulator tests added to MakeFile | andrr3j | 2023-07-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | small fix in simulator tests | andrr3j | 2023-07-19 | 1 | -5/+3 | |
| | | | ||||||
| | * | simulator tests | andrr3j | 2023-07-18 | 3 | -2/+229 | |
| | | | ||||||
| | * | Point at Rainbow from master. | J08nY | 2023-06-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Reference Rainbow master branch. | J08nY | 2023-04-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add Rainbow dependency. | J08nY | 2023-04-27 | 1 | -1/+2 | |
| | | | ||||||
| | * | added simulator config, scalar_mult and generate_key fix | andrr3j | 2023-04-27 | 2 | -14/+24 | |
| | | | ||||||
| | * | Merge branch 'J08nY:master' into feat/simulator | Andrej Bátora | 2023-04-08 | 12 | -76/+126 | |
| | |\ | ||||||
| | * | | SimulatorTarget added to client.py | andrr3j | 2023-04-08 | 1 | -1/+122 | |
| | | | | ||||||
| * | | | Release 0.2.0 | J08nY | 2023-05-19 | 1 | -3/+6 | |
| | | | | ||||||
