mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-29 13:52:41 +00:00
bip-0340.mediawiki defines lift_x as taking an integer argument. This commit changes the argument of lift_x in the reference code to be identical to the specification. Previously it took a byte array.