aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_impl.py
Commit message (Expand)AuthorAgeFilesLines
* Implement Booth multiplier.J08nY2025-10-021-2/+0
* Fix impls and most equivalence tests.J08nY2025-10-011-16/+6
* Add wider tests of implementation correctness.J08nY2025-10-011-191/+11
* Document the scripts.J08nY2024-07-171-3/+3
* Add fixed-base multipliers with precomputation.J08nY2023-10-081-1/+58
* Test under -fsanitize and fix Keccak issue.J08nY2023-10-061-0/+3
* Add fixed width scalarmult.J08nY2023-10-031-0/+19
* Add Sliding window multiplier.J08nY2023-10-011-1/+20
* 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-281-217/+277
* simulator testsandrr3j2023-07-181-1/+1
* Fix montgomery multiplication.J08nY2023-03-291-4/+5
* Fix tests with master version of pyecsca.J08nY2020-12-141-2/+2
* Add inversion to config, change scalar mult command.J08nY2020-03-091-1/+1
* Add support for specifying multiplication and square algos.J08nY2020-03-021-20/+26
* Make Barrett reduction work.J08nY2020-03-021-0/+1
* Get stuff to work on STM32F0.J08nY2020-02-261-4/+3
* 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-191-0/+77