aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix equivalence to pyecsca mults.HEADmasterJ08nY2025-11-301-3/+1
|
* Render (some) assumptions.J08nY2025-10-021-1/+0
| | | | Does some progress towards #5.
* Fix gdb options.J08nY2025-10-021-4/+5
|
* Implement Booth multiplier.J08nY2025-10-022-4/+0
|
* Add booth recoding functions with tests.J08nY2025-10-021-1/+66
|
* Make equivalence test less flaky.J08nY2025-10-022-30/+56
|
* Fix bnaf multiplier in codegen.J08nY2025-10-022-23/+27
|
* Even more tests for bn NAF functions.J08nY2025-10-022-1/+61
|
* More tests for bn functions.J08nY2025-10-022-57/+234
|
* Fix impls and most equivalence tests.J08nY2025-10-012-66/+29
|
* More tests for sliding windows.J08nY2025-10-012-23/+48
|
* Add equivalence test using GDB introspection.J08nY2025-10-012-0/+276
|
* Add wider tests of implementation correctness.J08nY2025-10-012-191/+103
|
* Document the scripts.J08nY2024-07-173-9/+9
|
* Add malloc filtering to trace transform function.J08nY2023-12-111-0/+30
|
* renamed file and target classAndrej Bátora2023-11-271-2/+2
|
* Merge branch 'J08nY:master' into bugfix/simulatorAndrej Bátora2023-10-181-0/+49
|\
| * Add regression test for #5.J08nY2023-10-101-0/+49
| |
* | updated simulator testsandrr3j2023-10-101-1/+0
|/
* Add fixed-base multipliers with precomputation.J08nY2023-10-083-9/+66
|
* Test under -fsanitize and fix Keccak issue.J08nY2023-10-061-0/+3
|
* Xfail simulator tests until #3 is resolved.J08nY2023-10-051-0/+1
|
* Dont trace in simulator tests.J08nY2023-10-051-2/+1
|
* Enable faster implementation in simulator tests.J08nY2023-10-051-1/+7
|
* Add fixed width scalarmult.J08nY2023-10-032-2/+56
|
* Add Sliding window multiplier.J08nY2023-10-011-1/+20
|
* Add sliding window recoding functions.J08nY2023-10-012-0/+59
|
* Better impl tests.J08nY2023-09-301-212/+209
|
* Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-291-98/+40
|
* Move to pytest.J08nY2023-09-288-557/+876
|
* simulator test fix 2andrr3j2023-07-191-0/+3
|
* simulator test fixandrr3j2023-07-191-30/+0
|
* test fixandrr3j2023-07-191-7/+6
|
* small fix in simulator testsandrr3j2023-07-191-5/+3
|
* simulator testsandrr3j2023-07-182-1/+225
|
* Fix montgomery multiplication.J08nY2023-03-291-4/+5
| | | | Fixes pyecsca#33.
* Fix tests with master version of pyecsca.J08nY2020-12-143-5/+5
|
* Add inversion to config, change scalar mult command.J08nY2020-03-093-5/+10
|
* Add tests, for fixed Jacobian stuff.J08nY2020-03-031-1/+2
|
* Add support for specifying multiplication and square algos.J08nY2020-03-022-37/+35
|
* Make Barrett reduction work.J08nY2020-03-021-0/+1
|
* Proper LED thingies.J08nY2020-02-271-0/+26
|
* Get stuff to work on STM32F0.J08nY2020-02-263-7/+6
|
* Add full implementation tests.J08nY2020-02-201-30/+198
|
* Allocate and initialize formula variables only once.J08nY2020-02-201-2/+8
|
* Flesh out client, add implementation tests.J08nY2020-02-194-31/+117
|
* Rework client.J08nY2020-02-182-23/+104
|
* Cleanup builder.J08nY2020-02-101-14/+55
|
* Add ChipWhisperer support for flashing.J08nY2020-01-271-2/+2
|
* Add Travis and Codecov + tests.J08nY2019-12-232-0/+58