aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_point.py
Commit message (Expand)AuthorAgeFilesLines
* Fix homog test.J08nY2025-03-281-1/+1
* Add equality check via homogenity.J08nY2025-03-281-0/+36
* Fix multiple mult in rpa context.J08nY2025-03-121-2/+4
* Fix Mod -> mod in tests.J08nY2024-07-161-2/+2
* Move to function based Mod dispatch.J08nY2024-07-151-27/+27
* Make stuff picklable.J08nY2023-10-141-0/+12
* More tests for point coordinate conversion.J08nY2023-08-311-38/+49
* Improve point test coverage.J08nY2023-08-311-10/+15
* Move sca tests to pytest.J08nY2023-08-091-1/+1
* Move EC tests to pytest fully.J08nY2023-08-081-115/+131
* Allow for iter over Point.J08nY2023-05-201-0/+11
* Use black.J08nY2021-04-101-30/+53
* Fix codestyle and typing issues in tests.J08nY2021-01-201-1/+1
* Add point compare using scaling formula.J08nY2020-12-101-3/+10
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-0/+6
* Fix modified coords to_model transformation.J08nY2020-07-101-6/+8
* Fix type errors and increase code coverage.J08nY2020-06-141-0/+4
* Cleanup curves script.J08nY2020-03-161-1/+1
* Add raw output from scopes.J08nY2020-03-081-4/+12
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-2/+2
* Add curve parameters, improve coverage.J08nY2019-12-211-11/+2
* More utility to formulas.J08nY2019-11-291-1/+1
* More docs and more coverage.J08nY2019-04-241-4/+14
* Add ECDH and ECDSA simulation.J08nY2019-04-221-0/+20
* Add AbelianGroup class.J08nY2019-04-211-23/+25
* Add codecov.J08nY2019-04-211-0/+1
* Add point conversion.J08nY2019-04-201-0/+59