mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 05:12:58 +01:00
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 ```