1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-22 15:04:46 +01:00
bitcoin-bips/bip-0340
Sebastian Falbesoner 7d921e3314 BIP-340: fix lift_x calls in test vector generation script
The `lift_x` function in the BIP and the reference implementation
expect an integer to be passed rather than a byte array.

Can be tested with:
```
$ python3 test-vectors.py > expected.csv
$ diff test-vectors.csv expected.csv
```
2024-12-20 15:21:41 +01:00
..
reference.py bip340: Allow variable-length messages 2023-04-20 16:01:00 -04:00
test-vectors.csv bip340: Allow variable-length messages 2023-04-20 16:01:00 -04:00
test-vectors.py BIP-340: fix lift_x calls in test vector generation script 2024-12-20 15:21:41 +01:00