aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_signature.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple mult in rpa context.J08nY2025-03-121-1/+2
|
* Move to function based Mod dispatch.J08nY2024-07-151-5/+5
|
* Bump EFD version and fix formula names.J08nY2023-09-201-2/+2
|
* Add test-vector test to ECDSA.J08nY2023-08-251-0/+33
|
* Remove unnecessary test names for pytest.J08nY2023-08-251-14/+14
|
* Fix dangling import.J08nY2023-08-091-4/+0
|
* Move EC tests to pytest fully.J08nY2023-08-081-71/+88
|
* Use black.J08nY2021-04-101-24/+39
|
* Fix type errors and increase code coverage.J08nY2020-06-141-11/+11
|
* Cleanup curves script.J08nY2020-03-161-1/+1
|
* Rework context handling into a tree-based approach.J08nY2020-02-111-5/+8
|
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-2/+2
|
* Refactor ScalarMult.J08nY2019-12-221-31/+43
|
* Add curve parameters, improve coverage.J08nY2019-12-211-2/+2
|
* More docs and more coverage.J08nY2019-04-241-2/+21
|
* Add ECDH and ECDSA simulation.J08nY2019-04-221-0/+48