aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_context.py
Commit message (Expand)AuthorAgeFilesLines
* Fix codestyle.J08nY2025-03-081-7/+9
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-0/+32
* New tree API.J08nY2024-06-041-1/+1
* Improve execution tree API.J08nY2024-06-041-32/+40
* Move EC tests to pytest fully.J08nY2023-08-081-74/+79
* Get rid of getcontext/setcontext functions.J08nY2023-02-121-12/+3
* Implement fixes from DeepSource.J08nY2021-04-101-4/+3
* Use black.J08nY2021-04-101-7/+16
* Add random generation of points, speedup computation.J08nY2020-07-011-2/+0
* Add path context.J08nY2020-06-301-2/+15
* Add a way for actions to have a result.J08nY2020-06-131-2/+4
* Cleanup curves script.J08nY2020-03-161-1/+1
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-0/+6
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-1/+38
* Rework context handling into a tree-based approach.J08nY2020-02-111-25/+5
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-2/+2
* Refactor ScalarMult.J08nY2019-12-221-5/+6
* Add curve parameters, improve coverage.J08nY2019-12-211-5/+4
* More docs and more coverage.J08nY2019-04-241-1/+7
* Exclude some lines from coverage.J08nY2019-04-231-3/+35
* Add proper context management.J08nY2019-04-231-0/+23