1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00
bitcoin-bips/bip-0352
Sebastian Falbesoner 59cc43d727 BIP-352: scanning: add step to skip tx if input pubkeys sum A is point at infinity
The input data for the test vector is taken from the signet transaction
fe788cf6578d547819def43d79e6c8f0153d4885f5a343d12bd03f34507aabd6
which spends two P2WPKH inputs with negated pubkeys (x, y) and (x, -y)
from the funding transaction 3a286147b25e16ae80aff406f2673c6e565418c40f45c071245cdebc8a94174e
(see also https://github.com/bitcoin-core/secp256k1/pull/1519#issuecomment-2143167510
and the output from the script in the previous commit message).

Co-authored-by: josibake <josibake@protonmail.com>
2024-06-22 01:48:44 +02:00
..
bech32m.py Add reference.py with test vectors 2024-05-08 18:14:55 +02:00
bitcoin_utils.py Add reference.py with test vectors 2024-05-08 18:14:55 +02:00
reference.py BIP-352: scanning: add step to skip tx if input pubkeys sum A is point at infinity 2024-06-22 01:48:44 +02:00
scan_data_downloader_per_month.png Add BIP for Silent Payments 2024-05-08 18:14:55 +02:00
secp256k1.py Add reference.py with test vectors 2024-05-08 18:14:55 +02:00
send_and_receive_test_vectors.json BIP-352: scanning: add step to skip tx if input pubkeys sum A is point at infinity 2024-06-22 01:48:44 +02:00