1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00
bitcoin-bips/bip-0352
josibake 33a99a1a17
Add reference.py with test vectors
* reference.py contains the silent payment specific code
* secp256k1.py for doing the EC operations
* bech32m.py contains code for encoding/decoding bech32(m) addresses
* bitcoin_utils.py contains some helper code, not specific to silent
  payments
* send_and_receive_test_vectors.json contains the wallet unit test
  vectors

Co-Authored-By: S3RK <1466284+S3RK@users.noreply.github.com>
Co-Authored-By: Oghenovo Usiwoma <37949128+Eunovo@users.noreply.github.com>
Co-authored-by: S.Blagogee <34041358+setavenger@users.noreply.github.com>
2024-05-08 18:14:55 +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 Add reference.py with test vectors 2024-05-08 18:14:55 +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 Add reference.py with test vectors 2024-05-08 18:14:55 +02:00