aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/key_agreement.py
Commit message (Expand)AuthorAgeFilesLines
* Add XDH (X25519, X448).J08nY2024-08-271-19/+131
* Make imports absolute (to allow doctests).J08nY2024-06-011-5/+5
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+1
* More DeepSource fixes.J08nY2021-04-241-1/+1
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-5/+3
* Use black.J08nY2021-04-101-16/+62
* The big documentation patch.J08nY2021-01-201-3/+4
* Add a way for actions to have a result.J08nY2020-06-131-4/+4
* Rework context handling into a tree-based approach.J08nY2020-02-111-28/+58
* Rename AbelianGroup to DomainParameters.J08nY2020-02-101-9/+9
* Refactor ScalarMult.J08nY2019-12-221-15/+19
* More docs and more coverage.J08nY2019-04-241-2/+28
* Add ECDH and ECDSA simulation.J08nY2019-04-221-0/+69