aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_key_agreement.py
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple mult in rpa context.J08nY2025-03-121-3/+3
* Remove SwapLadderMultiplier.J08nY2024-08-281-6/+3
* More ladder multipliers.J08nY2024-08-281-12/+22
* Add XDH (X25519, X448).J08nY2024-08-271-8/+139
* Move to function based Mod dispatch.J08nY2024-07-151-9/+9
* Bump EFD version and fix formula names.J08nY2023-09-201-2/+2
* Add test-vector from SECG to ECDH tests.J08nY2023-08-251-1/+43
* Move EC tests to pytest fully.J08nY2023-08-081-31/+29
* Use black.J08nY2021-04-101-13/+20
* Cleanup curves script.J08nY2020-03-161-1/+1
* Rework context handling into a tree-based approach.J08nY2020-02-111-5/+7
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-3/+7
* Refactor ScalarMult.J08nY2019-12-221-10/+17
* Add curve parameters, improve coverage.J08nY2019-12-211-2/+2
* Add ECDH and ECDSA simulation.J08nY2019-04-221-0/+25