aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/signature.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken.J08nY2025-03-131-0/+1
|
* Move to function based Mod dispatch.J08nY2024-07-151-8/+8
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-7/+9
|
* Docs fix in context.pyJ08nY2023-08-081-0/+2
|
* Move to better hash implementations.J08nY2023-07-281-1/+1
|
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+4
|
* Fix mypy issues.J08nY2023-02-051-3/+3
|
* More DeepSource fixes.J08nY2021-04-241-2/+2
|
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-20/+7
|
* Use black.J08nY2021-04-101-34/+94
|
* The big documentation patch.J08nY2021-01-201-1/+3
|
* Introduce explicit field argument to formula calls.J08nY2021-01-191-1/+1
|
* Fix type errors and increase code coverage.J08nY2020-06-141-2/+2
|
* Rework context handling into a tree-based approach.J08nY2020-02-111-56/+113
|
* Rename AbelianGroup to DomainParameters.J08nY2020-02-101-9/+9
|
* Fix type errors, now mypy runs ok.J08nY2020-02-081-1/+3
|
* Refactor ScalarMult.J08nY2019-12-221-29/+35
|
* Actually fix signatures.J08nY2019-08-211-4/+4
|
* Fix signature generation.J08nY2019-08-191-3/+8
|
* More docs and more coverage.J08nY2019-04-241-9/+36
|
* Add proper context management.J08nY2019-04-231-1/+2
|
* Add ECDH and ECDSA simulation.J08nY2019-04-221-0/+171