aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #4 from J08nY/feat/more-multsJán Jančár2023-10-0834-383/+1276
|\ | | | | More scalar multipliers
| * Add fixed-base multipliers with precomputation.J08nY2023-10-0814-78/+401
| |
| * Test under -fsanitize and fix Keccak issue.J08nY2023-10-062-1/+6
| |
| * Ditch bug-specific CI test.J08nY2023-10-051-11/+0
| |
| * More space?J08nY2023-10-051-2/+2
| |
| * Allocate more for sliding window array.J08nY2023-10-051-2/+2
| |
| * Free ws data at the end.J08nY2023-10-052-4/+5
| |
| * Make sure wsliding array is zero.J08nY2023-10-051-0/+2
| |
| * Upload bad impl to artifact.J08nY2023-10-051-1/+8
| |
| * Build failing config with debug.J08nY2023-10-051-1/+1
| |
| * Run config under valgrind.J08nY2023-10-052-6/+6
| |
| * Add debug prints to sliding W mult for CI.J08nY2023-10-051-0/+4
| |
| * Build and run failing config in CI.J08nY2023-10-051-0/+4
| |
| * Try the newer libnewlib in CI.J08nY2023-10-051-1/+1
| |
| * Use ubuntu-latest.J08nY2023-10-051-4/+3
| |
| * Try gcc-10 in CI.J08nY2023-10-051-1/+2
| |
| * Xfail simulator tests until #3 is resolved.J08nY2023-10-051-0/+1
| |
| * Fix montgomery reduction.J08nY2023-10-051-1/+6
| |
| * Dont trace in simulator tests.J08nY2023-10-051-2/+1
| |
| * Enable faster implementation in simulator tests.J08nY2023-10-052-1/+8
| |
| * Add option to pass C defines to compiler.J08nY2023-10-054-7/+33
| |
| * Bump libtommath version.J08nY2023-10-041-0/+0
| |
| * Add fixed width scalarmult.J08nY2023-10-038-9/+179
| |
| * Add Sliding window multiplier.J08nY2023-10-014-5/+77
| |
| * Add C test to CI.J08nY2023-10-011-0/+3
| |
| * Add sliding window recoding functions.J08nY2023-10-014-0/+203
| |
| * Better impl tests.J08nY2023-09-301-212/+209
| |
| * Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-2911-133/+208
| |
| * Remove NOPs in formulas.J08nY2023-09-297-14/+14
|/
* Fix Makefile.J08nY2023-09-281-2/+2
|
* Remove deprecated pkg_resources usage.J08nY2023-09-282-4/+6
|
* Move to pytest.J08nY2023-09-2810-561/+877
|
* Fix caching in CI.J08nY2023-09-281-3/+2
|
* Remove Pipfile and move to pyproject.toml setup.J08nY2023-09-274-81/+69
|
* Merge pull request #2 from andrr3j/feat/simulatorJán Jančár2023-07-197-6/+335
|\ | | | | Add leakage simulation via Rainbow
| * simulator test fix 2andrr3j2023-07-191-0/+3
| |
| * simulator test fixandrr3j2023-07-191-30/+0
| |
| * test fixandrr3j2023-07-191-7/+6
| |
| * Build libtommath for ARM as well in CI.J08nY2023-07-191-1/+1
| |
| * Add cross-compilation to CI packages.J08nY2023-07-191-1/+1
| |
| * simulator tests added to MakeFileandrr3j2023-07-191-1/+1
| |
| * small fix in simulator testsandrr3j2023-07-191-5/+3
| |
| * simulator testsandrr3j2023-07-183-2/+229
| |
| * Point at Rainbow from master.J08nY2023-06-201-1/+1
| |
| * Reference Rainbow master branch.J08nY2023-04-271-1/+1
| |
| * Add Rainbow dependency.J08nY2023-04-271-1/+2
| |
| * added simulator config, scalar_mult and generate_key fixandrr3j2023-04-272-14/+24
| |
| * Merge branch 'J08nY:master' into feat/simulatorAndrej Bátora2023-04-0812-76/+126
| |\
| * | SimulatorTarget added to client.pyandrr3j2023-04-081-1/+122
| | |
* | | Release 0.2.0J08nY2023-05-191-3/+6
| | |