aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/key.py
AgeCommit message (Expand)Author
2024-03-11test: Rename early key response test and move random_bitflip to utilstratospher
2023-11-07Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...Andrew Chow
2023-09-20test: add unit test coverage for Python ECDSA implementationSebastian Falbesoner
2023-09-10[test] Move test framework crypto functions to crypto/stratospher
2023-06-27test: add secp256k1 module with FE (field element) and GE (group element) cla...Pieter Wuille
2023-04-28test: remove modinv python util helper functionFabian Jahr
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-06-27test: Test signing psbts without explicitly having scriptsAndrew Chow
2021-11-12tests: add deterministic signing mode to ECDSAPieter Wuille
2021-02-09test: remove unused function xor_bytesSebastian Falbesoner
2021-01-04doc: Use https URLs where possibleSawyer Billings
2020-11-09Merge #20292: test: Fix intermittent feature_taproot issueWladimir J. van der Laan
2020-11-05fix ecdsa verify in test frameworkStepan Snigirev
2020-11-03Small improvements to the Taproot functional testsPieter Wuille
2020-10-15Address functional test nitsPieter Wuille
2020-10-12tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille
2020-10-12tests: add BIP340 Schnorr signature support to test frameworkPieter Wuille
2020-07-16test: Move modinv to util and add unit testFabian Jahr
2020-06-10[tests] move generate_wif_key to wallet_util.pyJohn Newbery
2020-06-10Revert "[TESTS] Move base58 to own module to break circular dependency"John Newbery
2020-06-09[TESTS] Move base58 to own module to break circular dependencyPieter Wuille
2020-04-23Add a --descriptors option to various testsAndrew Chow
2019-04-18Add comments to Python ECDSA implementationJohn Newbery
2019-04-18Pure python ECPieter Wuille
2018-04-16tests: Remove compatibility code not needed now when we're on Python 3practicalswift
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery