aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix fixed-window over-computation.J08nY2025-10-011-3/+3
* Fix SyntaxWarning in new Python.J08nY2025-10-011-1/+1
* Expose bn digit size from tommath at runtime.J08nY2025-10-012-0/+4
* Bump to 0.3.2.J08nY2024-07-173-10/+14
* More docs.J08nY2024-07-171-6/+8
* Document the scripts.J08nY2024-07-1711-73/+258
* Point to donjon-rainbow on pypi.J08nY2024-05-291-1/+1
* Bump to 0.3.0.J08nY2024-05-162-2/+2
* Add tommath build as part of build.J08nY2024-05-152-1/+31
* Bump Python versions in CI.J08nY2024-05-151-1/+1
* We are beta!J08nY2024-05-151-2/+2
* Add malloc filtering to trace transform function.J08nY2023-12-112-14/+75
* Bump libtommath.J08nY2023-12-111-0/+0
* Merge pull request #7 from andrr3j/fix/namingJán Jančár2023-12-112-39/+48
|\
| * added method for transforming trace to EmulatorTargetAndrej Bátora2023-12-071-0/+9
| * Merge branch 'J08nY:master' into fix/namingAndrej Bátora2023-12-0715-13/+52
| |\ | |/ |/|
* | Use more-CT libtommath.J08nY2023-12-0315-13/+52
| * renamed file and target classAndrej Bátora2023-11-272-39/+39
|/
* Merge pull request #6 from andrr3j/bugfix/simulatorJán Jančár2023-10-182-26/+34
|\
| * Merge branch 'J08nY:master' into bugfix/simulatorAndrej Bátora2023-10-183-2/+51
| |\ | |/ |/|
* | Fix ladder mults.J08nY2023-10-162-2/+2
* | Add regression test for #5.J08nY2023-10-101-0/+49
| * updated simulator testsandrr3j2023-10-101-1/+0
| * simulator hook reworkAndrej Bátora2023-10-101-25/+34
|/
* Merge pull request #4 from J08nY/feat/more-multsJán Jančár2023-10-0834-383/+1276
|\
| * 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