In BIP 340, points are stored as 32 bytes (the x-coordinate only).
To recover the full point, solve y² = x³ + 7 (mod p) and pick the even-y solution.
Multiply a scalar k (a 256-bit integer) by a point P, using the double-and-add algorithm. Defaults to the secp256k1 generator G.
Paste a signature (R_x, s), an output key (Q_x), and a message m. The tool computes each step of the BIP 340 verification equation.