mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-22 15:04:46 +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 ``` |
||
---|---|---|
.. | ||
reference.py | ||
test-vectors.csv | ||
test-vectors.py |