aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for #5.J08nY2023-10-101-0/+49
* 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
* 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