summaryrefslogtreecommitdiff
path: root/docs/development/custom-vectors/secp256k1
Commit message (Collapse)AuthorAgeFilesLines
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-7/+7
|
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-212-2/+0
| | | It's more than 60x faster.
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
| | | As someone who first with Python in 2.4 or so, this habit is going to be hard to break.
* deprecate backend part 1 of n (#6517)Paul Kehrer2021-11-021-2/+1
| | | | * update all custom vector generation scripts to not use backends * remove references to backends in test-vectors.rst
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-092-4/+0
|
* fixed verify script that couldn't have ever worked (#5443)Alex Gaynor2020-08-291-2/+2
|
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-202-31/+19
|
* Random flake8 cleanups for the latest release (#3242)Alex Gaynor2016-11-151-0/+1
|
* use the non-deprecated name for this functionAlex Gaynor2015-12-191-2/+2
|
* Verification scriptAlex Stapleton2015-05-031-0/+59
|
* Script for generating SECP256K1 vectorsAlex Stapleton2015-05-031-0/+89