PR Description
This PR removes an unused import binascii
statement from the BIP-340 reference implementation.
- All test vectors pass (19/19 tests successful)
- No functional changes to the cryptographic operations
- The
binascii
module was imported but never used in the cod